Final Class Yiisoft\Db\Pgsql\Column\ArrayLazyColumn
| Inheritance | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| phpTypecast() | Yiisoft\ |
Method Details
| public ?\ | ||
| $value | string|null | |
public function phpTypecast(mixed $value): ?LazyArray
{
if (is_string($value)) {
return new LazyArray($value, $this->getColumn(), $this->dimension);
}
return $value;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.