CMS  Version 3.9
CalendarEventTypeXref Class Reference

Inherits DataItem.

Public Member Functions

 Calendar ()
 
 EventType ()
 
 CalendarEventTypeXref ()
 

Public Attributes

 $fields
 
 $relations
 

Detailed Description

Definition at line 40 of file calendar_event_type_xref.inc.

Member Function Documentation

◆ Calendar()

CalendarEventTypeXref::Calendar ( )

Definition at line 53 of file calendar_event_type_xref.inc.

54  {
55  return $this->getRelated(Calendar);
56  }
Defines the Event class.
Definition: calendar.inc:43

◆ CalendarEventTypeXref()

CalendarEventTypeXref::CalendarEventTypeXref ( )

Definition at line 63 of file calendar_event_type_xref.inc.

64  {
65  $this->table = "calendar_event_type_xref";
66  $this->primary_key = "calendar_event_type_xref_id";
67  $this->DataItem(func_get_args());
68  }

◆ EventType()

CalendarEventTypeXref::EventType ( )

Definition at line 58 of file calendar_event_type_xref.inc.

59  {
60  return $this->getRelated(EventType);
61  }

Member Data Documentation

◆ $fields

CalendarEventTypeXref::$fields
Initial value:
= array(
"calendar_event_type_xref_id" => Number,
"calendar_id" => Number,
"event_type_id" => Number
)

Definition at line 42 of file calendar_event_type_xref.inc.

◆ $relations

CalendarEventTypeXref::$relations
Initial value:
= array(
"Calendar" => Calendar,
"EventType" => EventType
)

Definition at line 48 of file calendar_event_type_xref.inc.


The documentation for this class was generated from the following file: