maniaControl = $maniaControl; } //abstract Methods from ParentClass (do not change them!) public function getAuthor() { return SELF::AUTHOR; } public function getName() { return SELF::NAME; } public function getVersion() { return SELF::VERSION; } public function getDescription() { return SELF::DESCRIPTION; } } ?>