Inheritance diagram for SpecialPage:
Public Member Functions | |
SpecialPage () | |
Class constructor. | |
get () | |
HTTP GET handler. | |
post () | |
HTTP POST handlers. | |
Private Member Functions | |
showspecialList () | |
Show the speciallist in a HTML form. | |
Private Attributes | |
$speciallist |
This page allows you to create, edit and remove specialities.
SpecialPage::SpecialPage | ( | ) |
Class constructor.
The class constructor.
SpecialPage::get | ( | ) |
SpecialPage::post | ( | ) |
HTTP POST handlers.
This function shows the current speciallist from $_POST.
Reimplemented from Page.
SpecialPage::showspecialList | ( | ) | [private] |
Show the speciallist in a HTML form.
This function outputs the current specialList in a HTML form.
SpecialPage::$speciallist [private] |