Attribute
Attribute.php
:
11
Methods¶
__construct()
¶
Attribute.php
:
27
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | string | - | - |
| $name | string | - | - |
| $value | mixed | - | - |
getId()
¶
Attribute.php
:
37
|
|
|
Return values
string
getName()
¶
Attribute.php
:
53
|
|
|
Return values
string
getValue()
¶
Attribute.php
:
69
|
|
|
setId()
¶
Attribute.php
:
45
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | string | - | - |
setName()
¶
Attribute.php
:
61
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $name | string | - | - |
setValue()
¶
Attribute.php
:
77
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $value | mixed | - | - |