trait PropertiesTrait

Class PropertiesMutatorsTrait.

Methods

$this
setProperties( array $properties)

No description

array|null
getProperties()

No description

bool
hasProperties()

No description

$this
clearProperties()

No description

bool
hasPropertyByValue( mixed $property)

No description

bool
hasProperty( string $index)

No description

string|null
getProperty( string $index)

No description

$this
setProperty( mixed $property, string $index = null)

No description

$this
removeProperty( string $index)

No description

$this
removePropertyByValue($property)

No description

Details

at line line 40
$this setProperties( array $properties)

Parameters

array $properties

Return Value

$this

at line line 50
array|null getProperties()

Return Value

array|null

at line line 58
bool hasProperties()

Return Value

bool

at line line 66
$this clearProperties()

Return Value

$this

at line line 78
bool hasPropertyByValue( mixed $property)

Parameters

mixed $property

Return Value

bool

at line line 88
bool hasProperty( string $index)

Parameters

string $index

Return Value

bool

at line line 98
string|null getProperty( string $index)

Parameters

string $index

Return Value

string|null

at line line 109
$this setProperty( mixed $property, string $index = null)

Parameters

mixed $property
string $index

Return Value

$this

at line line 125
$this removeProperty( string $index)

Parameters

string $index

Return Value

$this

at line line 139
$this removePropertyByValue($property)

Parameters

$property

Return Value

$this