Bitrix API

NodeRelationRepository implements NodeRelationRepository

Table of Contents

Interfaces

NodeRelationRepository

Methods

__construct()  : mixed
create()  : NodeRelation
findAllByEntityTypeAndEntityId()  : NodeRelationCollection
findAllByNodeId()  : NodeRelationCollection
findRelationsByNodeIdAndRelationType()  : NodeRelationCollection
findRelationsByNodeMemberEntityAndRelationType()  : NodeRelationCollection
getByNodeIdAndEntityTypeAndEntityId()  : NodeRelation|null
getByNodeIdAndEntityTypeAndEntityIdAndWithChildNodes()  : NodeRelation|null
remove()  : void

Methods

findRelationsByNodeMemberEntityAndRelationType()

public findRelationsByNodeMemberEntityAndRelationType(int $memberEntityId, MemberEntityType $memberEntityType, RelationEntityType $relationEntityType[, int $limit = 100 ][, int $offset = 0 ]) : NodeRelationCollection
Parameters
$memberEntityId : int
$memberEntityType : MemberEntityType
$relationEntityType : RelationEntityType
$limit : int = 100
$offset : int = 0
Tags
throws
SqlQueryException
throws
WrongStructureItemException
Return values
NodeRelationCollection

        
On this page

Search results