trait Accessors

Traits

Properties

protected array $timestamps from  Timestamps
protected array $attributes
array $modified

Methods

serializeTimestamp($value)

No description

array
toArray()

Get the raw attributes

mixed
__get(string $property)

No description

__set(string $property, mixed $value)

No description

bool
__isset(string $property)

No description

__unset(string $key)

No description

bool
offsetExists(string $property)

No description

mixed
offsetGet(string $property)

No description

mixed
offsetSet(string $property, mixed $value)

No description

void
offsetUnset(string $key)

No description

string
__toString()

No description

Details

in Timestamps at line 18
serializeTimestamp($value)

Parameters

$value

at line 30
array toArray()

Get the raw attributes

Return Value

array

at line 39
mixed __get(string $property)

Parameters

string $property

Return Value

mixed

at line 67
__set(string $property, mixed $value)

Parameters

string $property
mixed $value

at line 97
bool __isset(string $property)

Parameters

string $property

Return Value

bool

at line 105
__unset(string $key)

Parameters

string $key

at line 116
bool offsetExists(string $property)

Parameters

string $property

Return Value

bool

at line 127
mixed offsetGet(string $property)

Parameters

string $property

Return Value

mixed

at line 137
mixed offsetSet(string $property, mixed $value)

Parameters

string $property
mixed $value

Return Value

mixed

at line 146
void offsetUnset(string $key)

Parameters

string $key

Return Value

void

at line 154
string __toString()

Return Value

string