Storm\Drivers\Platforms\Mysql\Columns\DataTypes\BooleanBitDataType::ToPropertyValue PHP Метод

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

public ToPropertyValue ( $PersistedValue )
    public function ToPropertyValue($PersistedValue)
    {
        return (bool) $PersistedValue;
    }