Documentation

CalendarWebserviceEvent

Calendar Class CalendarWebserviceEvent

Tags
subpackage

module_calendar

author

Cloudrexx info@cloudrexx.com

copyright

CLOUDREXX CMS - CLOUDREXX AG

version
1.00

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

$showEventsOnlyInActiveLanguage

showEventsOnlyInActiveLanguage

public bool $showEventsOnlyInActiveLanguage = 1

get event only active frontend language

$coreCharacterEncoding

Character Encoding format from config

private string $coreCharacterEncoding

Character Encoding

Tags
access

private

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

setStartDate()

set the event start date

public setStartDate(int $value) : null
Parameters
$value : int

start date

Return values
null

get()

Load the requested event by id

private get(int $eventId, int $langId) : null
Parameters
$eventId : int

Event Id

$langId : int

Language id

Return values
null

        
On this page

Search results