Example #1
0
 public function addEntity(Rel $rel, Entity $entity)
 {
     if (!isset($this->data['entities'])) {
         $this->data['entities'] = array();
     }
     $entity->setRel($rel);
     $this->data['entities'][] = $entity;
 }