City()
Country()
Firstname()
Fullname()
ID()
ImageURL()
IsCity()
IsCountry()
IsField()
IsFirstname()
IsFullname()
IsID()
IsLastname()
IsLatitude()
IsLogo()
IsLongitude()
IsMobile()
IsName()
IsNickname()
IsPhone()
IsStreet()
IsText()
IsTitle()
IsURL()
IsZIP()
Lastname()
Latitude()
Logo()
LogoURL()
Longitude()
Mobile()
Name()
Nickname()
Phone()
SetPerson()
Street()
Text()
Title()
URL()
ZIP()
__construct()
get()
$_person
FastBroadcastPerson encapsulates the acces to the fields of the person arrays inside of an event array.
possible persons are locations, organizer, djs, guest.
City() : string
stringthe cityCountry() : string
.)
stringthe titleFirstname() : string
stringThe firstnameFullname() : string
stringThe FullnameID() : int
intthe persons id (required to get a persons-image form the server for axample)ImageURL(string $key, int $width, int $height) : string
stringthe name of the image
intthe max width of the image
intthe max height of the image
stringthe image-urlIsCity() : bool
boolIsCountry() : bool
boolIsField(string $key) : bool
stringthe key
booltrue if the key existsIsFirstname() : bool
booltrue if there is a valid first name assignedIsFullname() : bool
booltrue if there is a fullname, otherwise falseIsID() : bool
booltrue if there is an idIsLastname() : bool
booltrue if there is a valid last name assignedIsLatitude() : bool
booltrue if there ist a latitude assignedIsLogo(int $nr) : bool
intthe number of the logo
booltrue if a logo with the given number existsIsLongitude() : bool
booltrue if there ist a longitude assignedIsMobile() : bool
boolIsName() : bool
booltrue if there ist a valid name assignedIsNickname() : bool
boolIsPhone() : bool
boolIsStreet() : bool
boolIsText() : bool
boolIsTitle() : bool
boolIsURL() : bool
booltru if there ist an url assignedIsZIP() : bool
boolLastname() : string
stringThe lastnameLatitude() : string
stringthe latitudeLogo(int $nr) : string
you can use this value to recieve the Logo Image from the server in a specified size
intthe nr of the logo
stringthe name of the logoLogoURL(int $nr, int $width, int $height) : string
intthe number of the logo
intthe max width of the logo
intthe max height of the logo
stringthe urlLongitude() : string
stringthe longitudeMobile() : string
Prof etc..)
stringthe titleName() : string
stringThe Persons nameNickname() : string
stringThe nicknamePhone() : string
stringthe phonenumberSetPerson(array $person)
arraya person array from the event array
Street() : string
stringthe streetText() : string
stringthe textTitle() : string
Prof etc..)
stringthe titleURL() : string
stringthe urlZIP() : string
stringthe zip-code__construct(array $person)
Objects are created and given back from FastBroadcastEvent
arraya person array from the event array
get(string $key) : string
stringthe key to the value in the array
stringthe value matching to the key if the row exists otherwise an empty string$_person