1430. Class

1430.1. Zend\Mvc\Controller\Plugin\Identity

Controller plugin to fetch the authenticated identity.

1430.1.1. Methods

1430.1.1.1. getAuthenticationService

getAuthenticationService()

@return AuthenticationService

1430.1.1.2. setAuthenticationService

setAuthenticationService()

@param AuthenticationService $authenticationService

1430.1.1.3. __invoke

__invoke()

Retrieve the current identity, if any.

If none is present, returns null.

Return type:mixed|null
Throws :ExceptionRuntimeException

Project Versions

Table Of Contents

Previous topic

1429. Class

Next topic

1431. Class

This Page