diff --git a/class.class.php b/class.class.php --- a/class.class.php +++ b/class.class.php @@ -61,33 +61,13 @@ class Classes //-------------------------------------------------- // Returns the name of the class. //-------------------------------------------------- - function getName() + public function getName() { return $this->name; } /** * \brief - * Renders this Classes into something suitable for input.php. - */ - function input_form_render($class_key) - { - $n = "\n"; - $out = '' . $n - . ' ' . $n - . ' ' . $n - . '
' . $n - . '
' . $n - . "\n"; - - foreach ($this->sections as $key => $section) - $out .= $section->input_form_render($class_key, $key); - - return $out; - } - - /** - * \brief * Split up a user-friendly course specification into components. * * This will only return the 'department' and 'course' components of