| 1 | <?php |
||
| 17 | class ColumnSchema extends \yii\db\ColumnSchema |
||
| 18 | { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Converts the input value according to [[phpType]] after retrieval from the database. |
||
| 22 | * If the value is null or an [[Expression]], it will not be converted. |
||
| 23 | * @param mixed $value input value |
||
| 24 | * @return mixed converted value |
||
| 25 | * @since 2.0.3 |
||
| 26 | */ |
||
| 27 | 1 | protected function typecast($value) |
|
| 61 | } |
||
| 62 |