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

__construct() public method

public __construct ( $parent, $id )
    public function __construct($parent, $id)
    {
        $this->p = $parent;
        $this->id = $id;
    }