TinyAuth\View\Helper\AuthUserHelper::__construct PHP Метод

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

public __construct ( Cake\View\View $View, array $config = [] )
$View Cake\View\View The View this helper is being attached to.
$config array Configuration settings for the helper.
    public function __construct(View $View, array $config = [])
    {
        $config = $this->_prepareConfig($config);
        parent::__construct($View, $config);
    }