-
(string) evalTemplate ()
Browse code
Evaluates a template file.
returns The evaluated template
-
Generates classes and templates.
returns The cache for the configuration file
-
generatePhpFiles (, , )
Browse code
Generates PHP files for a given module name.
-
(string) getGeneratedModuleName ()
Browse code
Gets the module name of the generated module.
returns The module name
-
(string) getGeneratorClass ()
Browse code
Gets the generator class.
returns The generator class
-
(string) getGeneratorManager ()
Browse code
Gets the sfGeneratorManager instance.
returns The sfGeneratorManager instance
-
(string) getModuleName ()
Browse code
Gets the module name.
returns The module name
-
Gets the theme name.
returns The theme name
-
Initializes the current sfGenerator instance.
-
(string) replacePhpMarks ()
Browse code
Replaces PHP marks by <?php ?>.
returns The converted PHP code
-
setGeneratedModuleName ()
Browse code
Sets the module name of the generated module.
-
Sets the generator class.
-
Sets the module name.
-
Sets the theme name.
-
Calls methods defined via the sfMixer class.
returns The returned value of the called method