Свойство | Type | Description | |
---|---|---|---|
$dispatchComponents | array | List of components that are capable of dispatching an action that is not already implemented |
Méthode | Description | |
---|---|---|
invokeAction ( ) : mixed | Dispatches the controller action. Checks that the action exists and isn't private. | |
isAction ( string $action ) : boolean | Return true for a mapped action so that AuthComponent doesn't skip authentication / authorization for that action. |
Méthode | Description | |
---|---|---|
_isActionMapped ( ) : boolean | |
Check if an action can be dispatched using CRUD. |
protected _isActionMapped ( ) : boolean | |
||
Résultat | boolean | |
The component instance if action is mapped else `false`. |
public invokeAction ( ) : mixed | ||
Résultat | mixed | The resulting response. |
public array $dispatchComponents | ||
Résultat | array |