setEntityWithIndexedRelation() public method

public setEntityWithIndexedRelation ( EntityWithIndexedRelation $entityWithIndexedRelation )
$entityWithIndexedRelation EntityWithIndexedRelation
 /**
  * @param string $sorting
  * @param RelatedIndexEntity $relatedIndexEntity
  */
 public function setRelatedIndexEntity($sorting, RelatedIndexEntity $relatedIndexEntity)
 {
     $relatedIndexEntity->setSorting($sorting);
     $relatedIndexEntity->setEntityWithIndexedRelation($this);
     $this->relatedIndexEntities->set($sorting, $relatedIndexEntity);
 }