Exemple #1
0
 /**
  * @inheritdoc
  */
 public function add($e)
 {
     $t = parent::add($e);
     $this->ensureCapacity($t);
     return $t;
 }
Exemple #2
0
 /**
  * @inherit
  */
 public function addIn($index, $element)
 {
     parent::addIn($index, $element);
     $this->associateIndex($this->lastIndex, $index);
 }