Contao\BackendUser::__construct PHP Method

__construct() protected method

Initialize the object
protected __construct ( )
    protected function __construct()
    {
        parent::__construct();
        $this->strIp = \Environment::get('ip');
        $this->strHash = \Input::cookie($this->strCookie);
    }