-
(array) getConfigPaths ()
Browse code
Gets the configuration file paths for a given relative configuration path.
returns An array of paths
-
(array) getControllerDirs ()
Browse code
Gets directories where controller classes are stored for a given module.
returns An array of directories
-
(array) getGeneratorSkeletonDirs (, )
Browse code
Gets directories where the skeleton is stored for a generator class and a specific theme.
returns An array of directories
-
(string) getGeneratorTemplate (, , )
Browse code
Gets the template to use for a generator class.
returns A template path
throws sfException
-
(array) getGeneratorTemplateDirs (, )
Browse code
Gets directories where template files are stored for a generator class and a specific theme.
returns An array of directories
-
(array) getHelperDirs ()
Browse code
Gets the helper directories for a given module name.
returns An array of directories
-
(string) getI18NDir ()
Browse code
Gets the i18n directory to use for a given module.
returns An i18n directory
-
(array) getModelDirs ()
Browse code
Gets directories where model classes are stored. The order of returned paths is lowest precedence
to highest precedence.
returns An array of directories
-
(string) getTemplateDir (, )
Browse code
Gets the template directory to use for a given module and template file.
returns A template directory
-
(array) getTemplateDirs ()
Browse code
Gets directories where template files are stored for a given module.
returns An array of directories
-
(string) getTemplatePath (, )
Browse code
Gets the template to use for a given module and template file.
returns A template path
-
Loads helpers.
throws sfViewException
-