HelpTask
- Full name:
\PhalconKit\Modules\Cli\Tasks\HelpTask - Parent class:
\PhalconKit\Modules\Cli\Task
Properties
cliDoc
public string $cliDoc
Methods
buildAction
Build Action
public buildAction(): void
This method executes the build action by forwarding the request to the build task's help action.
Throws:
if there is an error during the forwarding process - Exception
cronAction
Cron Action
public cronAction(): void
This method executes the cron action by forwarding the request to the cron task's help action.
Throws:
if there is an error during the forwarding process - Exception
cacheAction
Cache Action
public cacheAction(): void
This method executes the cache action by forwarding the request to the cache task's help action.
Throws:
if there is an error during the forwarding process - Exception
Inherited methods
beforeExecuteRoute
public beforeExecuteRoute(): void
helpAction
public helpAction(): void
mainAction
public mainAction(): ?array
afterExecuteRoute
Handle rest response automagically
public afterExecuteRoute(\Phalcon\Cli\Dispatcher $dispatcher): void
Parameters:
| Parameter | Type | Description |
|---|---|---|
$dispatcher | \Phalcon\Cli\Dispatcher |
Throws: