AttributeInterface
- Full name: \Zemit\Mvc\Model\Interfaces\AttributeInterface
- Parent interfaces: EntityInterface
Methods
getAttribute
public getAttribute(string $attribute): mixed
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| $attribute | string | 
setAttribute
public setAttribute(string $attribute, mixed $value): void
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| $attribute | string | |
| $value | mixed |