Base class for tasks that depends on a sfCommandApplication object.
Method Summary
-
log($messages)
-
logSection($section, $message, $size = null, $style = 'INFO')
-
setCommandApplication($commandApplication = null)
Sets the command application instance for this task.
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
|