\Pivot\Common\DtosAuthUserDto

Root DTO functionality

Summary

Methods
Properties
Constants
getArrayCopy()
__clone()
$id
$active
$email
$emailCanonical
$username
$usernameCanonical
$password
$useLdap
$lastLogin
$dateCreated
$subdomain
$clientDatabase
$subscription
$location
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$id

$id : integer

Type

integer — id

$active

$active : string

Type

string — active

$email

$email : string

Type

string — email

$emailCanonical

$emailCanonical : string

Type

string — emailCanonical

$username

$username : string

Type

string — username

$usernameCanonical

$usernameCanonical : string

Type

string — usernameCanonical

$password

$password : string

Type

string — password

$useLdap

$useLdap : string

Type

string — useLdap

$lastLogin

$lastLogin : string

Type

string — lastLogin

$dateCreated

$dateCreated : string

Type

string — dateCreated

$subdomain

$subdomain : string

Type

string — subdomain

$clientDatabase

$clientDatabase : string

Type

string — clientDatabase

$subscription

$subscription : string

Type

string — subscription

$location

$location : string

Type

string — location

Methods

getArrayCopy()

getArrayCopy() : array

get an array copy of this

Returns

array —

get_object_vars

__clone()

__clone() : \Pivot\Core\Dtos\new

Sets the ID to null on clone

Returns

\Pivot\Core\Dtos\new —

this