PHP Класс PartKeepr\AuthBundle\Response\LoginResponse

Defines the login response for use with the REST API.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$isAdmin Defines if the current user is an administrator.
$sessionId Holds the session id.
$userPreferences The user preferences
$username Holds the username.

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

$isAdmin публичное свойство

Defines if the current user is an administrator.
public $isAdmin

$sessionId публичное свойство

Holds the session id.
public $sessionId

$userPreferences публичное свойство

The user preferences
public $userPreferences

$username публичное свойство

Holds the username.
public $username