Пример #1
0
 /**
  * {@inheritdoc}
  */
 protected function removeBindingsByType($typeName, array $parameterValues = null)
 {
     parent::removeBindingsByType($typeName, $parameterValues);
     $this->store->set('//typeIndex', $this->typeIndex);
     $this->store->set('//queryIndex', $this->queryIndex);
 }