yii\db\ColumnSchema::phpTypecast PHP Method

phpTypecast() public method

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