Автор: Elliot Levin (elliotlevin@hotmail.com)
Наследование: extends IndexOperation
Пример #1
0
 public function visitSetIndex(Operations\SetIndex $operation)
 {
     $this->collection[$this->parameters[$operation->getIndexId()]] = $this->parameters[$operation->getValueId()];
 }