getActions() public method
Returns all available actions of the specified controller.
public array getActions ( $controller ) | ||
---|---|---|
$controller | yii\console\Controller |
The controller instance |
return | array |
All available action IDs. |
getActions() public method
Returns all available actions of the specified controller.
public array getActions ( $controller ) | ||
---|---|---|
$controller | yii\console\Controller |
The controller instance |
return | array |
All available action IDs. |
Please login to continue.