AbstractEntity
- Full name: \Zemit\Mvc\Model\Traits\Abstracts\AbstractEntity
Methods
readAttribute
public readAttribute(string $attribute): mixed
- This method is abstract.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| $attribute | string | 
writeAttribute
public writeAttribute(string $attribute, mixed $value): mixed
- This method is abstract.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| $attribute | string | |
| $value | mixed |