Ejemplo n.º 1
0
 /** {@inheritDoc} */
 public function clear()
 {
     $this->initialize();
     $this->isDirty = true;
     return $this->collection->clear();
 }
Ejemplo n.º 2
0
 public function clear()
 {
     $this->initialize();
     $this->changed = true;
     return $this->col->clear();
 }