/**
  * clear
  *
  * @return void
  */
 public function clear()
 {
     $this->collection->clear();
 }