Copied!

Attribute

Attribute.php : 11

Methods

public__construct()

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

Parameters

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

publicgetIdentifier()

Attribute.php : 34
public getIdentifier() : string

Return values

string

publicgetValue()

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

Return values

string|null

publicsetIdentifier()

Attribute.php : 42
public setIdentifier(string $identifier) : void

Parameters

Name Type Default value Description
$identifier string - -

publicsetValue()

Attribute.php : 58
public setValue(string $value) : void

Parameters

Name Type Default value Description
$value string - -