Exemplo n.º 1
0
 /**
  * Re-write the checkboxes based on the current objects
  */
 protected function updateCheckboxView()
 {
     $this->checkboxes->util($this->util);
     $this->checkboxes->output($this->output);
     $this->checkboxes->parser($this->parser);
     $this->checkboxes->write();
 }