Inheritance diagram for UserPage:
Public Member Functions | |
UserPage () | |
Class constructor. | |
get () | |
HTTP GET handler. | |
post () | |
HTTP POST handlers. | |
Private Member Functions | |
showUserList () | |
Show the userlist in a HTML form. | |
Private Attributes | |
$userlist |
This page allows you to create, edit and remove users.
UserPage::UserPage | ( | ) |
Class constructor.
The class constructor.
UserPage::get | ( | ) |
UserPage::post | ( | ) |
UserPage::showUserList | ( | ) | [private] |
UserPage::$userlist [private] |