Exemplo n.º 1
0
 /**
  * Adds reference to list.
  *
  * @param Reference $reference
  * @return $this
  */
 public function addReference(Reference $reference)
 {
     $index = count($this->referenceList);
     $this->referenceList[$index] = $reference->setLocator($this)->setIndex($index);
     return $this;
 }