trait Properties

Component properties

Properties

protected array $properties Properies

Methods

void
loadProperties()

Load properties json file

void
mergeProperties()

Add properties to context array

bool
hasProperties()

Return true if component have properties

array
getProperties()

Get properties

string|null
getPropertiesFileName()

Get properties file name

void
setPropertiesFileName(string $fileName)

Set properties file name

Details

at line 50
void loadProperties()

Load properties json file

Return Value

void

at line 68
void mergeProperties()

Add properties to context array

Return Value

void

at line 78
bool hasProperties()

Return true if component have properties

Return Value

bool

at line 92
array getProperties()

Get properties

Return Value

array

at line 102
string|null getPropertiesFileName()

Get properties file name

Return Value

string|null

at line 113
void setPropertiesFileName(string $fileName)

Set properties file name

Parameters

string $fileName

Return Value

void