Doctrine\ODM\MongoDB\Mapping\Types\BinDataCustomType::convertToPHPValue PHP Метод

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

public convertToPHPValue ( $value )
    public function convertToPHPValue($value)
    {
        return $value !== null ? $value->bin : null;
    }