/** (bool) Determine if the weekend is shown */
protected $bShowWeekend;
/** (bool) Determine if the strings "1. lesson", "2. lesson" etc are shown */
- // FIXME needed?
protected $bShowLessons;
/** (array of strings) error messages */
protected $asMessages;
/**
* Determine if the lesson strings in the booking table are shown
* @return bool
- * FIXME needed?
*/
public function isShowLessons() { return ($this->bShowLessons == true); }