Copied!

Attribute

Attribute.php : 11

Methods

public__construct()

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

Parameters

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

publicgetId()

Attribute.php : 37
public getId() : string

Return values

string

publicgetName()

Attribute.php : 53
public getName() : string

Return values

string

publicgetValue()

Attribute.php : 69
public getValue() : mixed

publicsetId()

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

Parameters

Name Type Default value Description
$id string - -

publicsetName()

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

Parameters

Name Type Default value Description
$name string - -

publicsetValue()

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

Parameters

Name Type Default value Description
$value mixed - -