\Pivot\Client\DtosPivotStudentDto

Root DTO functionality

Summary

Methods
Properties
Constants
getArrayCopy()
__clone()
$id
$firstName
$lastName
$dob
$gender
$ethnicity
$uniqueIds
$user
$data
$picture
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

$firstName

$firstName : string

Type

string — firstName

$lastName

$lastName : string

Type

string — lastName

$dob

$dob : string

Type

string — dob

$gender

$gender : string

Type

string — gender

$ethnicity

$ethnicity : string

Type

string — ethnicity

$uniqueIds

$uniqueIds : string

Type

string — uniqueIds

$user

$user : string

Type

string — user

$data

$data : string

Type

string — data

$picture

$picture : string

Type

string — picture

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