sfSymfonyCommandApplication manages the symfony CLI.
Method Summary
-
configure()
Configures the current symfony command application.
-
run($options = null)
Runs the current application.
-
loadTasks($configuration)
Loads all available tasks.
-
getLongVersion()
fixCgi , getTasks , __construct , setName , withTrace , getFormatter , setVersion , getVersion , getName , isDryrun , strlen , registerTask , configure , run , getAbbreviations , getTaskToExecute , registerTasks , getTask , isVerbose , getOption , renderException , help , handleOptions , getLongVersion
Method Details
-
configure ()
Configures the current symfony command application.
-
run ($options = null)
| $options |
The command line options |
Runs the current application.
-
loadTasks ($configuration)
| $configuration |
The project configuration |
Loads all available tasks.
Looks for tasks in the symfony core, the current project and all project plugins.
-
getLongVersion ()
|