Neomerx\JsonApi\Document\Document::addNullRelationshipToData PHP Method

addNullRelationshipToData() public method

public addNullRelationshipToData ( Neomerx\JsonApi\Contracts\Schema\ResourceObjectInterface $parent, Neomerx\JsonApi\Contracts\Schema\RelationshipObjectInterface $relationship )
$parent Neomerx\JsonApi\Contracts\Schema\ResourceObjectInterface
$relationship Neomerx\JsonApi\Contracts\Schema\RelationshipObjectInterface
    public function addNullRelationshipToData(ResourceObjectInterface $parent, RelationshipObjectInterface $relationship)
    {
        $this->presenter->setRelationshipTo($this->bufferForData, $parent, $relationship, null);
    }