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);
    }