Doctrine\ODM\MongoDB\Mapping\Types\BinDataMD5Type::convertToPHPValue PHP Method

convertToPHPValue() public method

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