You are here

function cmfcCalendarV1::__construct in Calendar Systems 7.3

Same name and namespace in other branches
  1. 8 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()
  2. 8.2 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()
  3. 5 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()
  4. 6.3 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()
  5. 6 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()
  6. 7 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()
  7. 7.2 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::__construct()

File

calendar/v1/calendarV1.class.inc.php, line 33

Class

cmfcCalendarV1

Code

function __construct($options) {
  $this
    ->setOptions($options);
}