Example #1
0
 /** {@inheritDoc} */
 public function clear()
 {
     $this->initialize();
     $this->isDirty = true;
     return $this->collection->clear();
 }
 public function clear()
 {
     $this->initialize();
     $this->changed = true;
     return $this->col->clear();
 }