| Fully Qualified Name: | Zend\Mvc\Controller\Plugin\AbstractPlugin |
| Implements: | PluginInterface |
| Name | Description | Defined By |
|---|---|---|
| getController() | Get the current controller instance | AbstractPlugin |
| setController() | Set the current controller instance | AbstractPlugin |
Get the current controller instance
Returns: null|\Dispatchable
Set the current controller instance
| Parameter Name | Type | Description |
|---|---|---|
| $controller | \Dispatchable |
Returns: void