Esempio n. 1
0
 /**
  * @inherit
  */
 public function addIn($index, $element)
 {
     parent::addIn($index, $element);
     $this->associateIndex($this->lastIndex, $index);
 }