Author: Elliot Levin (elliotlevin@hotmail.com)
Inheritance: extends IndexOperation
Example #1
0
 public function visitUnsetIndex(Operations\UnsetIndex $operation)
 {
     unset($this->collection[$this->parameters[$operation->getIndexId()]]);
 }