Storm\Drivers\Platforms\SQLite\Columns\DataTypes\HexedBinaryDataType::ToPersistedValue PHP Метод

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

public ToPersistedValue ( $PropertyValue )
    public function ToPersistedValue($PropertyValue)
    {
        return hex2bin($PropertyValue);
    }