Gc\View\Helper\Admin::__construct PHP Метод

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

Constructor
public __construct ( Zend\Authentication\AuthenticationService $auth )
$auth Zend\Authentication\AuthenticationService Authentication service
    public function __construct(AuthenticationService $auth)
    {
        $this->auth = $auth;
    }