Interface Yiisoft\Hydrator\DataInterface
| Implemented by | Yiisoft\Hydrator\ArrayData |
|---|
An interface for data objects.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getValue() | Get a named value. | Yiisoft\Hydrator\DataInterface |
Method Details
Get a named value.
| public abstract Yiisoft\Hydrator\Result getValue ( string $name ) | ||
| $name | string |
The name to get value for. |
public function getValue(string $name): Result;
Signup or Login in order to comment.