PHP 클래스 Gc\View\Helper\Admin

상속: extends Zend\View\Helper\AbstractHelper
파일 보기 프로젝트 열기: gotcms/gotcms

보호된 프로퍼티들

프로퍼티 타입 설명
$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