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

convertToPHPValue() public method

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