Doctrine\Tests\ODM\PHPCR\Id\MockField::getValue PHP Method

getValue() public method

public getValue ( $parent )
    public function getValue($parent)
    {
        if (!$this->p == $parent) {
            throw new \Exception('Wrong parent passed in getValue');
        }
        return $this->id;
    }