CalendarWebserviceEvent
in package
Calendar Class CalendarWebserviceEvent
Tags
Table of Contents
Properties
- $access : bool
- Event show end date on detail view
- $arrData : array<string|int, mixed>
- Event data
- $attach : string
- Event attachment file name
- $availableLang : array<string|int, mixed>
- Avaliable languages
- $category_ids : array<string|int, mixed>
- Category IDs
- $description : string
- Event description
- $endDate : int
- Event enddate timestamp
- $external : bool
- External
- $hostId : string
- Event host id
- $id : int
- Event id
- $invitationSent : bool
- is Event invitation sent
- $invitedGroups : array<string|int, mixed>
- Event invited group
- $invitedMails : array<string|int, mixed>
- Event invited mail
- $map : int
- Event map status
- $notificationTo : string
- Event notification the event
- $numSubscriber : int
- Event number of subscriber
- $pic : string
- Event Picture
- $place : string
- Event place
- $priority : int
- Event priority
- $registration : bool
- Event status of registration
- $relatedHosts : array<string|int, mixed>
- Event related websites
- $seriesData : array<string|int, mixed>
- Event series data
- $seriesStatus : int
- Event series status
- $showEndDateDetail : bool
- Event show end date on detail view
- $showEndDateList : bool
- Event show End date on list view
- $showEndTimeDetail : bool
- Event show end time on detail view
- $showEndTimeList : bool
- Event show End time on list view
- $showEventsOnlyInActiveLanguage : bool
- showEventsOnlyInActiveLanguage
- $showIn : array<string|int, mixed>
- Event languages to show
- $showStartDateDetail : bool
- Event show start date on detail view
- $showStartDateList : bool
- Event show start date on list view
- $showStartTimeDetail : bool
- Event show start time on detail view
- $showStartTimeList : bool
- Event show start time on list view
- $showTimeTypeDetail : int
- Event time type on detail view
- $showTimeTypeList : int
- Event time type on list view
- $startDate : int
- Event Start date timestamp
- $status : int
- Event status
- $title : string
- Event title
- $type : int
- Event Type
- $coreCharacterEncoding : string
- Character Encoding format from config
- $dirPath : string
- Directory path
- $langId : int
- Language id
- $tablePrefix : string
- Table prefix
Methods
- __construct() : mixed
- Constructor
- setEndDate() : null
- set the event end date
- setStartDate() : null
- set the event start date
- get() : null
- Load the requested event by id
- getData() : null
- gets the data for the event
Properties
$access
Event show end date on detail view
public
bool
$access
Tags
$arrData
Event data
public
array<string|int, mixed>
$arrData
= array()
Tags
$attach
Event attachment file name
public
string
$attach
Tags
$availableLang
Avaliable languages
public
array<string|int, mixed>
$availableLang
Tags
$category_ids
Category IDs
public
array<string|int, mixed>
$category_ids
= null
Tags
$description
Event description
public
string
$description
Tags
$endDate
Event enddate timestamp
public
int
$endDate
Tags
$external
External
public
bool
$external
= false
Tags
$hostId
Event host id
public
string
$hostId
Tags
$id
Event id
public
int
$id
Tags
$invitationSent
is Event invitation sent
public
bool
$invitationSent
Tags
$invitedGroups
Event invited group
public
array<string|int, mixed>
$invitedGroups
= array()
Tags
$invitedMails
Event invited mail
public
array<string|int, mixed>
$invitedMails
= array()
Tags
$map
Event map status
public
int
$map
Tags
$notificationTo
Event notification the event
public
string
$notificationTo
Tags
$numSubscriber
Event number of subscriber
public
int
$numSubscriber
Tags
$pic
Event Picture
public
string
$pic
Tags
$place
Event place
public
string
$place
Tags
$priority
Event priority
public
int
$priority
Tags
$registration
Event status of registration
public
bool
$registration
Tags
$relatedHosts
Event related websites
public
array<string|int, mixed>
$relatedHosts
= array()
Tags
$seriesData
Event series data
public
array<string|int, mixed>
$seriesData
= array()
Tags
$seriesStatus
Event series status
public
int
$seriesStatus
Tags
$showEndDateDetail
Event show end date on detail view
public
bool
$showEndDateDetail
Tags
$showEndDateList
Event show End date on list view
public
bool
$showEndDateList
Tags
$showEndTimeDetail
Event show end time on detail view
public
bool
$showEndTimeDetail
Tags
$showEndTimeList
Event show End time on list view
public
bool
$showEndTimeList
Tags
$showEventsOnlyInActiveLanguage
showEventsOnlyInActiveLanguage
public
bool
$showEventsOnlyInActiveLanguage
= 1
get event only active frontend language
$showIn
Event languages to show
public
array<string|int, mixed>
$showIn
Tags
$showStartDateDetail
Event show start date on detail view
public
bool
$showStartDateDetail
Tags
$showStartDateList
Event show start date on list view
public
bool
$showStartDateList
Tags
$showStartTimeDetail
Event show start time on detail view
public
bool
$showStartTimeDetail
Tags
$showStartTimeList
Event show start time on list view
public
bool
$showStartTimeList
Tags
$showTimeTypeDetail
Event time type on detail view
public
int
$showTimeTypeDetail
Tags
$showTimeTypeList
Event time type on list view
public
int
$showTimeTypeList
Tags
$startDate
Event Start date timestamp
public
int
$startDate
Tags
$status
Event status
public
int
$status
Tags
$title
Event title
public
string
$title
Tags
$type
Event Type
public
int
$type
Tags
$coreCharacterEncoding
Character Encoding format from config
private
string
$coreCharacterEncoding
Character Encoding
Tags
$dirPath
Directory path
private
string
$dirPath
Tags
$langId
Language id
private
int
$langId
language id
Tags
$tablePrefix
Table prefix
private
string
$tablePrefix
Tags
Methods
__construct()
Constructor
public
__construct([int $id = null ][, int $langId = null ], bool $showEventsOnlyInActiveLanguage) : mixed
Loads the event object of given id
Parameters
- $id : int = null
-
Event id
- $langId : int = null
-
Language id
- $showEventsOnlyInActiveLanguage : bool
-
get event only active frontend language
setEndDate()
set the event end date
public
setEndDate(int $value) : null
Parameters
- $value : int
-
End date
Return values
nullsetStartDate()
set the event start date
public
setStartDate(int $value) : null
Parameters
- $value : int
-
start date
Return values
nullget()
Load the requested event by id
private
get(int $eventId, int $langId) : null
Parameters
- $eventId : int
-
Event Id
- $langId : int
-
Language id
Return values
nullgetData()
gets the data for the event
private
getData() : null