Example #1
0
 /**
  * {@inheritdoc}
  */
 public function add(ElementInterface $elm)
 {
     $id = $elm->getId();
     $this->elements[$id] = $elm;
 }