Interface PluginInterface

Summary

Fully Qualified Name: Zend\Mvc\Controller\Plugin\PluginInterface

Description

Methods

Name Description Defined By
getController() Get the current controller instance PluginInterface
setController() Set the current controller instance PluginInterface

Method Details

getController()

Get the current controller instance

Returns: null|\Dispatchable

setController()

Set the current controller instance

Parameter Name Type Description
$controller \Dispatchable

Returns: void

Top