PHP 클래스 PartKeepr\AuthBundle\Response\LoginResponse

Defines the login response for use with the REST API.
파일 보기 프로젝트 열기: partkeepr/PartKeepr

공개 프로퍼티들

프로퍼티 타입 설명
$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