Opsway\Doctrine\DBAL\Types\TsVector::convertToPHPValueSQL PHP Method

convertToPHPValueSQL() public method

Modifies the SQL expression (identifier, parameter) to convert to a PHP value.
public convertToPHPValueSQL ( string $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : string
$value string
$platform Doctrine\DBAL\Platforms\AbstractPlatform
return string
    public function convertToPHPValueSQL($value, $platform)
    {
        return $value;
    }