Doctrine filter form generator.
Method Summary
-
string
arrayExport($values)
Array export. Export array to formatted php code
-
string
generate($params = array())
Generates classes and templates in cache.
-
getType($column)
-
string
getValidatorClassForColumn((sfDoctrineColumn) $column)
Returns a sfValidator class name for a given column.
-
getValidatorForColumn($column)
-
string
getValidatorOptionsForColumn((sfDoctrineColumn) $column)
Returns a PHP string representing options to pass to a validator for a
given column.
-
string
getWidgetClassForColumn((sfDoctrineColumn) $column)
Returns a sfWidgetForm class name for a given column.
-
string
getWidgetOptionsForColumn((sfDoctrineColumn) $column)
Returns a PHP string representing options to pass to a widget for a given
column.
-
initialize($generatorManager)
Initializes the current sfGenerator instance.
arrayExport , generate , getColumnNameMaxLength , getColumns , getForeignKeyNames , getI18nModel , getManyToManyRelations , getPluginModels , getPluginNameForModel , getPrimaryKey , getPrimaryKeyColumNames , getPrimaryKeyColumNamesAsString , getUniqueColumnNames , getValidatorClassForColumn , getValidatorOptionsForColumn , getWidgetClassForColumn , getWidgetOptionsForColumn , initialize , isI18n , isPluginModel , loadModels , underscore
Methods inherited from sfGenerator
evalTemplate , generate , generatePhpFiles , getGeneratedModuleName , getGeneratorClass , getGeneratorManager , getModuleName , getTheme , initialize , replacePhpMarks , setGeneratedModuleName , setGeneratorClass , setModuleName , setTheme , __construct
Method Details
-
(string) arrayExport ($values)
Browse code
Array export. Export array to formatted php code
-
(string) generate ($params = array())
Browse code
Generates classes and templates in cache.
returns The data to put in configuration cache
-
-
(string) getValidatorClassForColumn ((sfDoctrineColumn) $column)
Browse code
Returns a sfValidator class name for a given column.
returns The name of a subclass of sfValidator
-
getValidatorForColumn ($column)
Browse code
-
(string) getValidatorOptionsForColumn ((sfDoctrineColumn) $column)
Browse code
Returns a PHP string representing options to pass to a validator for a
given column.
returns The options to pass to the validator as a PHP string
-
(string) getWidgetClassForColumn ((sfDoctrineColumn) $column)
Browse code
Returns a sfWidgetForm class name for a given column.
returns The name of a subclass of sfWidgetForm
-
(string) getWidgetOptionsForColumn ((sfDoctrineColumn) $column)
Browse code
Returns a PHP string representing options to pass to a widget for a given
column.
returns The options to pass to the widget as a PHP string
-
initialize ($generatorManager)
Browse code
| $generatorManager |
A sfGeneratorManager instance
|
Initializes the current sfGenerator instance.
|