QueueTask
class QueueTask extends BaseTask
Queue management
Methods
consoleLog(string $message, string $color = 'green', boolean $endline = true)
Log output to console. Provides easy way to color output
from BaseTask
initialize()
No description
runAction(array $params = null)
Run the queued jobs within the client environment. This is called automatically by the fetch action and you shouldn't ever need to run it by itself.
fetchAction(array $params = null)
No description
Details
in BaseTask at line line 15
mainAction()
Default handler, override for default action.
Otherwise, will print actions for task
in BaseTask at line line 58
quiet()
Quiet the console
in BaseTask at line line 69
consoleLog(string $message, string $color = 'green', boolean $endline = true)
Log output to console. Provides easy way to color output
in BaseTask at line line 99
quit(string $message)
Quit and dump the error
in BaseTask at line line 110
log(string $message, string $log_file = '/tmp/app.log')
Log output
in BaseTask at line line 115
inputMasked($message, $color = 'green')
at line line 20
initialize()
at line line 32
runAction(array $params = null)
Run the queued jobs within the client environment. This is called automatically by the fetch action and you shouldn't ever need to run it by itself.