Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function clear()
 {
     parent::clear();
     $this->types = array();
     $this->bindings = array();
     $this->store->clear();
 }
Пример #2
0
 /**
  * {@inheritdoc}
  */
 public function clear()
 {
     parent::clear();
     $this->types = array();
     $this->bindings = array();
     $this->nextId = 0;
 }