Copied!

Attribute

Attribute.php : 11

Methods

public__construct()

Attribute.php : 19
public __construct(string $id, string $name, mixed $value)

Parameters

Name Type Default value Description
$id string - -
$name string - -
$value mixed - -

publicgetId()

Attribute.php : 26
public getId() : string

Return values

string

publicgetName()

Attribute.php : 36
public getName() : string

Return values

string

publicgetValue()

Attribute.php : 46
public getValue() : mixed

publicsetId()

Attribute.php : 31
public setId(string $id) : void

Parameters

Name Type Default value Description
$id string - -

publicsetName()

Attribute.php : 41
public setName(string $name) : void

Parameters

Name Type Default value Description
$name string - -

publicsetValue()

Attribute.php : 51
public setValue(mixed $value) : void

Parameters

Name Type Default value Description
$value mixed - -