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

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

public ToPersistedValue ( $PropertyValue )
    public function ToPersistedValue($PropertyValue)
    {
        return $PropertyValue ? 1 : 0;
    }