PHP Class Gc\View\Helper\Admin

Inheritance: extends Zend\View\Helper\AbstractHelper
Afficher le fichier Open project: gotcms/gotcms

Protected Properties

Свойство Type Description
$auth Zend\Authentication\AuthenticationService Authentication

Méthodes publiques

Méthode Description
__construct ( Zend\Authentication\AuthenticationService $auth ) Constructor
__invoke ( ) : Model | boolean Retrieve the current admin

Method Details

__construct() public méthode

Constructor
public __construct ( Zend\Authentication\AuthenticationService $auth )
$auth Zend\Authentication\AuthenticationService Authentication service

__invoke() public méthode

Retrieve the current admin
public __invoke ( ) : Model | boolean
Résultat Gc\User\Model | boolean

Property Details

$auth protected_oe property

Authentication
protected AuthenticationService,Zend\Authentication $auth
Résultat Zend\Authentication\AuthenticationService