Example #1
0
 /**
  * Removes all fields from select
  *
  * @return void
  */
 public function removeAllFields()
 {
     $this->collection->removeAttributeToSelect();
 }