function cmfcCalendarV1::__construct in Calendar Systems 8.2
Same name and namespace in other branches
- 8 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()
- 5 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()
- 6.3 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()
- 6 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()
- 7.3 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()
- 7 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()
- 7.2 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()
File
- calendar/
v1/ calendarV1.class.inc.php, line 38
Class
Code
function __construct($options) {
$this
->setOptions($options);
}