Opsway\Doctrine\DBAL\Types\TsVector::convertToPHPValueSQL PHP Метод

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

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
Результат string
    public function convertToPHPValueSQL($value, $platform)
    {
        return $value;
    }