PHP Класс Cartalyst\Sentinel\Checkpoints\NotActivatedException

Наследование: extends RuntimeExceptio\RuntimeException
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$user Cartalyst\Sentinel\Users\UserInterface The user which caused the exception.

Открытые методы

Метод Описание
getUser ( ) : Cartalyst\Sentinel\Users\UserInterface Returns the user.
setUser ( Cartalyst\Sentinel\Users\UserInterface $user ) : void Sets the user associated with Sentinel (does not log in).

Описание методов

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

Returns the user.
public getUser ( ) : Cartalyst\Sentinel\Users\UserInterface
Результат Cartalyst\Sentinel\Users\UserInterface

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

Sets the user associated with Sentinel (does not log in).
public setUser ( Cartalyst\Sentinel\Users\UserInterface $user ) : void
$user Cartalyst\Sentinel\Users\UserInterface
Результат void

Описание свойств

$user защищенное свойство

The user which caused the exception.
protected UserInterface,Cartalyst\Sentinel\Users $user
Результат Cartalyst\Sentinel\Users\UserInterface