Пример #1
0
 /**
  * @param $index Index
  */
 public function addIndex(Index $index)
 {
     $this->indexes[$index->getName()] = $index;
 }