CalTimeToTime()
Category()
Catgroup()
ClientState()
CompareStart()
CostFree()
CostPerAK()
CostPerUnit()
CostPerVVK()
CostTable()
CostText()
Created()
CreatedBy()
Description()
Dj()
Download()
DownloadURL()
End()
Hits()
Id()
ImageName()
ImageTag()
ImageURL()
IsCategory()
IsCatgroup()
IsClientState()
IsCost()
IsCostAK()
IsCostFree()
IsCostPerUnit()
IsCostTable()
IsCostText()
IsCostVVK()
IsDescription()
IsDj()
IsDownload()
IsEnd()
IsFlyer()
IsHits()
IsImage()
IsLocation()
IsOrganizer()
IsProgram()
IsScene()
IsSlogan()
IsStart()
IsToday()
IsValid()
Location()
Modified()
ModifiedBy()
Nr()
Organizer()
Program()
ResizeText()
Scene()
SetEvent()
Slogan()
Start()
Summary()
sprintf()
Person()
$end
$start
$_event
$_person
This class is important to access the data from the event array given from the API-Function GetEventList and GetEvent.
CalTimeToTime(string $cal_time) : int
stringtime
intUNIX timeCategory() : string
stringe.g. 'party', 'concert', 'retreat'...Catgroup() : string
stringone of each 'event', 'workshop', 'lesson'ClientState() : int
intclientstate 0 = the event does not belong to a client 1 or higher = the location or the organizer is registered as a clientCompareStart(int $time, string $precision) : bool
inttime
stringif precision is day, the hour, minute and second values are ignored
boolreturns true on equalCostFree() : bool
boolCostPerAK() : string
stringCostPerUnit() : string
stringthe cost per unitCostPerVVK() : string
stringCostTable() : mixed
mixedan array for the costtabele if it exists or nullCostText() : string
stringCreated(string $format) : string
stringformat: see PHP date function
stringthe formatted creation dateCreatedBy() : string
stringusernameDescription(int $lines, int $columns, string $eol) : string
If the values for lines and columns are specified the method will use the ResiseTest Method to resize the text
intcolumns for resizing
intlines for resizing*
stringthe linebreakes usually will be replaced with a br tag
stringthe description or an empty string resized by the paramsDj(int $index) : mixed
intindex of the dj, The default is zero.
mixedgives back an object of the class FastBroadcastPerson when the Location exists; otherwise nullDownload() : mixed
mixedarray, if there is something to download otherwise nullDownloadURL(int $index) : string
intthe index of the file in the event array
stringthe path, if an valid download-row is indexed, otherwise an empty string is returnedEnd(string $format) : string
stringformat: see PHP date function
stringthe formatted end dateHits() : int
inthitsId() : string
stringthe eventidImageName(int $index) : bool
intindex
boolImageTag(int $index, int $width, int $height) : string
intindex
intwidth
intheight
stringthe html img-tagImageURL(int $index, int $width, int $height) : string
intindex
intwidth oft the image
intheight of the image
stringthe url of the image if the index is valid otherwise an empty stringIsCategory() : bool
boolIsCatgroup() : bool
boolIsClientState() : bool
boolIsCost() : bool
boolIsCostAK() : bool
boolIsCostFree() : bool
boolIsCostPerUnit() : bool
boolIsCostTable() : bool
boolIsCostText() : bool
boolIsCostVVK() : bool
boolIsDescription() : bool
boolIsDj(int $index) : bool
intindex of the dj
boolIsDownload() : bool
boolIsEnd() : bool
boolIsFlyer(int $index) : bool
intindex
boolIsHits() : bool
boolIsImage(int $index) : bool
intindex
boolIsLocation(int $index) : bool
intindex of the location
boolIsOrganizer(int $index) : bool
intindex of the organizer
boolIsProgram() : bool
boolIsScene() : bool
boolIsSlogan() : bool
boolIsStart() : bool
boolIsToday() : bool
boolIsValid() : bool
boolLocation(int $index) : mixed
intindex of the location. The default is zero.
mixedgives back an object of the class FastBroadcastPerson when the Location exists; otherwise nullModified(string $format) : string
stringformat: see PHP date function
stringthe formatted modified dateModifiedBy() : string
stringusernameNr() : string
stringthe eventnrOrganizer(int $index) : mixed
intindex of the organizer, The default is zero.
mixedgives back an object of the class FastBroadcastPerson when the Location exists; otherwise nullProgram() : mixed
mixedarray if there is a program otherwise nullResizeText(string $text_in, int $max_lines, int $max_chars_per_line, string $eol, string $ellipse)
stringthe text to resize
intmax lines oft the resized text
intmax char per line ( requred to braek paragraphs to lines)
stringfor html output the eol should be set to a br tag
stringif the result is smaller when the input, an ellipse or an other string is added to the end of the text
Scene() : string
stringe.g. 'salsa', 'tango', 'mediation'...SetEvent(array $event)
It is recommended that each application shoud use objetc of class FastBroadcastCalendarEvent to access the values of an event returned by the the FastBroadcast API
arrayevent
Slogan() : string
stringthe slogan or an empty stringStart(string $format) : string
stringformat: see PHP date function
stringthe formatted start dateSummary() : string
stringthe Title of the Eventsprintf(string $format) : \the
Variables must be enclosed with brackets {variable}. sample: "{location_city}: {start_H}:{start_i} {location_fullname}" for the resolution of time-variables see the date funktion in php.net
stringformat
\theformatstring where the valid params are resolvedPerson() : mixed
mixedif there is an Object the method returns an object of the class NosFastBroadcastPerson. otherwise it returns null$end
$start
$_event
.
$_person