Ejemplo n.º 1
0
 /**
  * Shortcut function for printing the grader report toggles.
  * @param string $type The type of toggle
  * @param bool $return Whether to return the HTML string rather than printing it
  * @return void
  */
 function print_toggle($type, $return = false)
 {
     return parent::print_toggle($type, $return);
 }