Nextras\Orm\Collection\EmptyCollection::setRelationshipMapping PHP Method

setRelationshipMapping() public method

public setRelationshipMapping ( Nextras\Orm\Mapper\IRelationshipMapper $mapper = null, Nextras\Orm\Entity\IEntity $parent = null )
$mapper Nextras\Orm\Mapper\IRelationshipMapper
$parent Nextras\Orm\Entity\IEntity
    public function setRelationshipMapping(IRelationshipMapper $mapper = null, IEntity $parent = null)
    {
        $this->relationshipMapper = $mapper;
        return $this;
    }