yii\db\ColumnSchema::phpTypecast PHP Метод

phpTypecast() публичный Метод

If the value is null or an [[Expression]], it will not be converted.
public phpTypecast ( mixed $value ) : mixed
$value mixed input value
Результат mixed converted value
    public function phpTypecast($value)
    {
        return $this->typecast($value);
    }