Class: Ptero::Generator::PHPInfoGenerator
- Inherits:
-
PHPGenerator
- Object
- Ptero::Generator
- PHPGenerator
- Ptero::Generator::PHPInfoGenerator
- Defined in:
- lib/ptero/generators/phpinfogenerator.rb
Overview
A generator for files that call phpinfo(); to show PHP configuration
Constant Summary
Constants inherited from Ptero::Generator
Instance Attribute Summary
Attributes inherited from Ptero::Generator
Instance Method Summary collapse
-
#initialize ⇒ PHPInfoGenerator
constructor
Name is always “phpinfo”.
Methods inherited from PHPGenerator
Methods inherited from Ptero::Generator
const_missing, #content, #content_params, #extension, #filename, #generate, #generated?, #location, #path, #reload, #remove, #template_path, #to_s, #type
Constructor Details
#initialize ⇒ PHPInfoGenerator
Name is always “phpinfo”
10 11 12 13 14 |
# File 'lib/ptero/generators/phpinfogenerator.rb', line 10 def initialize super 'phpinfo' end |