Inherits DataItem.
Definition at line 164 of file event.inc.
◆ Comment()
EventCommentXref::Comment |
( |
| ) |
|
◆ Event()
EventCommentXref::Event |
( |
| ) |
|
◆ getURL()
EventCommentXref::getURL |
( |
| ) |
|
Definition at line 181 of file event.inc.
183 if(!$this->event_id)
return "";
185 $url =
"event_details?event_id={$this->event_id}";
186 return $url . $this->format(
"#comment{comment_id}");
◆ verifyEnabled()
EventCommentXref::verifyEnabled |
( |
|
$event_id | ) |
|
Definition at line 176 of file event.inc.
static getValue($component, $name)
Retrieve the value of the specified Setting.
◆ $fields
EventCommentXref::$fields |
Initial value:= array("event_comment_id" => Number,
"event_id" => Number,
"comment_id" => Number)
Definition at line 169 of file event.inc.
◆ $primary_key
EventCommentXref::$primary_key = "event_comment_id" |
◆ $relations
EventCommentXref::$relations |
◆ $table
EventCommentXref::$table = "event_comment_xref" |
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/calendar/datamodel/event.inc