Base class for all symfony Propel tasks.
Inheritence
sfPropelBuildAllLoadTask, sfPropelBuildAllTask, sfPropelBuildFiltersTask, sfPropelBuildFormsTask, sfPropelBuildModelTask, sfPropelBuildSchemaTask, sfPropelBuildSqlTask, sfPropelDumpDataTask, sfPropelGenerateAdminTask, sfPropelGenerateModuleForRouteTask, sfPropelGenerateModuleTask, sfPropelGraphvizTask, sfPropelInitAdminTask, sfPropelInsertSqlTask, sfPropelLoadDataTask, sfPropelSchemaToXmlTask, sfPropelSchemaToYmlTask <
sfPropelBaseTask
<
sfBaseTask < sfCommandApplicationTask < sfTask
Method Summary
Methods inherited from sfBaseTask
checkAppExists , checkModuleExists , checkProjectExists , createConfiguration , doRun , getFilesystem , getFirstApplication
log , logSection , setCommandApplication
Methods inherited from sfTask
addArgument , addArguments , addOption , addOptions , ask , askConfirmation , configure , doRun , execute , getAliases , getArguments , getBriefDescription , getDetailedDescription , getFullName , getName , getNamespace , getOptions , getSynopsis , initialize , log , logBlock , logSection , process , run , runFromCLI , strlen , __construct
Method Details
-
callPhing ($taskName, $checkSchema, $properties = array())
Browse code
| $taskName |
|
| $checkSchema |
|
| $properties |
|
-
-
copyXmlSchemaFromPlugins ($prefix = '')
Browse code
-
createConfiguration ($application, $env)
Browse code
-
getPhingPropertiesForConnection ($databaseManager, $connection)
Browse code
| $databaseManager |
|
| $connection |
|
-
-
initialize ($dispatcher, $formatter)
Browse code
-
process ($commandManager, $options)
Browse code
-
schemaToXML ($checkSchema = self::CHECK_SCHEMA, $prefix = '')
Browse code
-
schemaToYML ($checkSchema = self::CHECK_SCHEMA, $prefix = '')
Browse code
|