Interface Yiisoft\Hydrator\DataInterface
| Implemented by | Yiisoft\ |
|---|
An interface for data objects.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getValue() | Get a named value. | Yiisoft\ |
Method Details
Get a named value.
| public abstract Yiisoft\ | ||
| $name | string |
The name to get value for. |
public function getValue(string $name): Result;
User Contributed Notes
Leave a comment
Join the conversation to share a note.