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