Interface Yiisoft\Db\Schema\Data\LazyArrayInterface
The interface for classes that represent an array with lazy parsing of data retrieved from the database.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getRawValue() | The raw value that can be represented as: - a string retrieved value from the database that can be parsed into an array; - an array of values if the value is already parsed. | Yiisoft\Db\Schema\Data\LazyArrayInterface |
| getValue() | Returns parsed and typecasted value. | Yiisoft\Db\Schema\Data\LazyArrayInterface |
Method Details
The raw value that can be represented as: - a string retrieved value from the database that can be parsed into an array; - an array of values if the value is already parsed.
| public abstract array|string getRawValue ( ) |
public function getRawValue(): array|string;
Signup or Login in order to comment.