View helper plugin to fetch the authenticated identity.
Methods
Retrieve the current identity, if any.
__invoke() : mixed | null
If none available, returns null.
Exceptions
Returns
mixed
null
Set AuthenticationService instance
setAuthenticationService(\Zend\Authentication\AuthenticationServiceInterface $authenticationService) : \Zend\View\Helper\Identity
Set the View object
setView(\Zend\View\Renderer\RendererInterface $view) : \Zend\View\Helper\AbstractHelper
Inherited
inherited_from |
\Zend\View\Helper\AbstractHelper::setView() |
Parameters
Returns
Properties