Inheritance diagram for NewSystemPage:
Public Member Functions | |
NewSystemPage () | |
Class constructor. | |
get () | |
Handler for HTTP GET. | |
post () | |
Handler for HTTP POST. | |
Private Member Functions | |
showSystem () | |
Show the system in a HTML form. | |
Private Attributes | |
$system |
With this class users can create new systems.
NewSystemPage::NewSystemPage | ( | ) |
NewSystemPage::get | ( | ) |
NewSystemPage::post | ( | ) |
NewSystemPage::showSystem | ( | ) | [private] |
Show the system in a HTML form.
Shows the current system, filled in with $_POST data.
system | The system which is being created. |
NewSystemPage::$system [private] |