Nextras\Orm\Mapper\Dbal\DbalCollection::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;
        $this->relationshipParent = $parent;
        return $this;
    }