PHP Класс Gc\View\Helper\Admin

Наследование: extends Zend\View\Helper\AbstractHelper
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$auth Zend\Authentication\AuthenticationService Authentication

Открытые методы

Метод Описание
__construct ( Zend\Authentication\AuthenticationService $auth ) Constructor
__invoke ( ) : Model | boolean Retrieve the current admin

Описание методов

__construct() публичный Метод

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

__invoke() публичный Метод

Retrieve the current admin
public __invoke ( ) : Model | boolean
Результат Gc\User\Model | boolean

Описание свойств

$auth защищенное свойство

Authentication
protected AuthenticationService,Zend\Authentication $auth
Результат Zend\Authentication\AuthenticationService