Dunglas\DoctrineJsonOdm\Type\JsonDocumentType::convertToPHPValue PHP Метод

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

public convertToPHPValue ( $value, Doctrine\DBAL\Platforms\AbstractPlatform $platform )
$platform Doctrine\DBAL\Platforms\AbstractPlatform
    public function convertToPHPValue($value, AbstractPlatform $platform)
    {
        return $this->getSerializer()->deserialize($value, '', $this->format, $this->deserializationContext);
    }