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 = '