Copied!

Attribute

Attribute.php : 11

Methods

public__construct()

Attribute.php : 13
public __construct([string|null $identifier = null ][, string|null $value = null ])

Parameters

Name Type Default value Description
$identifier string|null null -
$value string|null null -

publicgetIdentifier()

Attribute.php : 19
public getIdentifier() : string|null

Return values

string|null

publicgetValue()

Attribute.php : 29
public getValue() : string|null

Return values

string|null

publicsetIdentifier()

Attribute.php : 24
public setIdentifier(string|null $identifier) : void

Parameters

Name Type Default value Description
$identifier string|null - -

publicsetValue()

Attribute.php : 34
public setValue(string|null $value) : void

Parameters

Name Type Default value Description
$value string|null - -