App\Http\Controllers\User\ProfileController::__construct PHP Метод

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

public __construct ( )
    public function __construct()
    {
        $this->handler = app('xe.user');
        XeTheme::selectSiteTheme();
        XePresenter::setSkinTargetId('member/profile');
    }