Esempio n. 1
0
 /**
  * Convenience method to call a number of methods for you to display the
  * table.
  * @param int $pagesize
  * @param bool $useinitialsbar
  * @param string $downloadhelpbutton
  */
 public function out($pagesize, $useinitialsbar, $downloadhelpbutton = '')
 {
     $this->add_all_values_to_output();
     parent::out($pagesize, $useinitialsbar, $downloadhelpbutton);
 }