Seat information model
Struct for seat information assigend an order/basket item.
package |
NextEvent\PHPSDK\Model |
---|
__call(string $name, array $args) : mixed
If the source of your model contains, e.g. a property named 'my_property',
you can call getMyProperty()
to retrieve it's value.
string
array
mixed
__construct(array $source)
Parse source data.
Throws |
|
---|
array
The source data as received from the API
get(string $var) : mixed
Should be used, if you expect the model to have custom properties which are not known/covered by the known getters
string
mixed
getDisplayname() : string
Can be used to display seat information in basket/order listings
string
getId() : integer
integer
getMapTitle() : string|null
string|null
getPlaceLabel(string $template = '') : string
string
(Localized) template with a %s placeholder for the place number
string
getRowLabel(string $template = '') : string
string
(Localized) template with a %s placeholder for the row number
string
isValid() : boolean
boolean
serialize() : string
Implements Serializable interface
string
toArray() : array
array
toLogContext() : array
Implements the LogContextInterface interface
array
toString() : string
string
unserialize( $serialized)
Implements Serializable interface