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
string
the cityCountry() : string
.)
string
the titleFirstname() : string
string
The firstnameFullname() : string
string
The FullnameID() : int
int
the persons id (required to get a persons-image form the server for axample)ImageURL(string $key, int $width, int $height) : string
string
the name of the image
int
the max width of the image
int
the max height of the image
string
the image-urlIsCity() : bool
bool
IsCountry() : bool
bool
IsField(string $key) : bool
string
the key
bool
true if the key existsIsFirstname() : bool
bool
true if there is a valid first name assignedIsFullname() : bool
bool
true if there is a fullname, otherwise falseIsID() : bool
bool
true if there is an idIsLastname() : bool
bool
true if there is a valid last name assignedIsLatitude() : bool
bool
true if there ist a latitude assignedIsLogo(int $nr) : bool
int
the number of the logo
bool
true if a logo with the given number existsIsLongitude() : bool
bool
true if there ist a longitude assignedIsMobile() : bool
bool
IsName() : bool
bool
true if there ist a valid name assignedIsNickname() : bool
bool
IsPhone() : bool
bool
IsStreet() : bool
bool
IsText() : bool
bool
IsTitle() : bool
bool
IsURL() : bool
bool
tru if there ist an url assignedIsZIP() : bool
bool
Lastname() : string
string
The lastnameLatitude() : string
string
the latitudeLogo(int $nr) : string
you can use this value to recieve the Logo Image from the server in a specified size
int
the nr of the logo
string
the name of the logoLogoURL(int $nr, int $width, int $height) : string
int
the number of the logo
int
the max width of the logo
int
the max height of the logo
string
the urlLongitude() : string
string
the longitudeMobile() : string
Prof etc..)
string
the titleName() : string
string
The Persons nameNickname() : string
string
The nicknamePhone() : string
string
the phonenumberSetPerson(array $person)
array
a person array from the event array
Street() : string
string
the streetText() : string
string
the textTitle() : string
Prof etc..)
string
the titleURL() : string
string
the urlZIP() : string
string
the zip-code__construct(array $person)
Objects are created and given back from FastBroadcastEvent
array
a person array from the event array
get(string $key) : string
string
the key to the value in the array
string
the value matching to the key if the row exists otherwise an empty string$_person