trait ActivityTrait

Class ActivityTrait.

Traits

Class TypeTrait.
Class CodeTrait.
Class PropertiesMutatorsTrait.

Methods

mixed|null
getType()

No description

from TypeTrait
$this
setType( mixed $type)

No description

from TypeTrait
bool
hasType()

No description

from TypeTrait
$this
clearType()

No description

from TypeTrait
$this
setCode( string $code)

No description

from CodeTrait
string|null
getCode()

No description

from CodeTrait
bool
hasCode()

No description

from CodeTrait
$this
clearCode()

No description

from CodeTrait
$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

in TypeTrait at line line 28
mixed|null getType()

Return Value

mixed|null

in TypeTrait at line line 38
$this setType( mixed $type)

Parameters

mixed $type

Return Value

$this

in TypeTrait at line line 48
bool hasType()

Return Value

bool

in TypeTrait at line line 56
$this clearType()

Return Value

$this

in CodeTrait at line line 30
$this setCode( string $code)

Parameters

string $code

Return Value

$this

in CodeTrait at line line 40
string|null getCode()

Return Value

string|null

in CodeTrait at line line 48
bool hasCode()

Return Value

bool

in CodeTrait at line line 56
$this clearCode()

Return Value

$this

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

Parameters

array $properties

Return Value

$this

in PropertiesTrait at line line 50
array|null getProperties()

Return Value

array|null

in PropertiesTrait at line line 58
bool hasProperties()

Return Value

bool

in PropertiesTrait at line line 66
$this clearProperties()

Return Value

$this

in PropertiesTrait at line line 78
bool hasPropertyByValue( mixed $property)

Parameters

mixed $property

Return Value

bool

in PropertiesTrait at line line 88
bool hasProperty( string $index)

Parameters

string $index

Return Value

bool

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

Parameters

string $index

Return Value

string|null

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

Parameters

mixed $property
string $index

Return Value

$this

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

Parameters

string $index

Return Value

$this

in PropertiesTrait at line line 139
$this removePropertyByValue($property)

Parameters

$property

Return Value

$this