Public Member Functions | |
Hotel ($parentConvention, $id=NULL) | |
load () | |
save () | |
renderEditor () | |
render ($editThis=false) | |
Public Attributes | |
$id | |
$parentConvention | |
$name | |
$description | |
$longDescription |
Definition at line 37 of file Hotel.php.
Hotel::Hotel | ( | $ | parentConvention, | |
$ | id = NULL | |||
) |
int | hotelID If zero, a new hotel will be created. If non-zero, the hotel with this id will be loaded | |
Convention | convention Reference to the containing convention |
Definition at line 60 of file Hotel.php.
References $id, $parentConvention, and load().
Hotel::load | ( | ) |
Hotel::save | ( | ) |
Definition at line 83 of file Hotel.php.
References $filename, $settings, array_export(), description, and name.
Referenced by renderEditor().
Hotel::renderEditor | ( | ) |
Definition at line 103 of file Hotel.php.
References $conventionSettings, $panel, $usermanager, description, drawCommand(), globalIDtoURL(), i18n(), name, render(), renderInformationBox(), and save().
Referenced by render().
Hotel::render | ( | $ | editThis = false |
) |
Definition at line 427 of file Hotel.php.
References description, drawCommand(), globalIDtoURL(), i18n(), name, and renderEditor().
Referenced by renderEditor().
Hotel::$description |