PeServer

LoginUserDto extends DtoBase
in package

ログインユーザー情報。

Table of Contents

Properties

$currentPassword  : string
$level  : string
$loginId  : string
$name  : string
$state  : string
$userId  : string

Properties

$currentPassword

public string $currentPassword = \PeServer\Core\Text::EMPTY
Attributes
#[Mapping]
'current_password'

$level

public string $level = \PeServer\App\Models\Domain\UserLevel::UNKNOWN
Tags
phpstan-var

UserLevel::*

$loginId

public string $loginId = \PeServer\Core\Text::EMPTY
Attributes
#[Mapping]
'login_id'

$state

public string $state = \PeServer\App\Models\Domain\UserState::UNKNOWN
Tags
phpstan-var

UserState::*


        
On this page

Search results