tp TouchPointWP MeetingArray - TenthPres/TouchPoint-WP GitHub Wiki
tp\TouchPointWP\MeetingArray
Class MeetingArray
A class to hold an array of meetings grouped into a larger event, like a conference.
- Class name: MeetingArray
- Namespace: \tp\TouchPointWP
- This class implements: tp\TouchPointWP\Interfaces\apiMeeting, IteratorAggregate, ArrayAccess, Countable
Properties
slugToUse
public mixed slugToUse = ""
- Visibility: public
titleToUse
public mixed titleToUse = ""
- Visibility: public
Methods
__construct
mixed tp\TouchPointWP\MeetingArray::__construct(mixed meetingArray, mixed involvement)
- Visibility: public
Arguments
- meetingArray mixed* involvement mixed
Returns
- mixed
__get
mixed tp\TouchPointWP\Interfaces\apiMeeting::__get(string what)
- Visibility: public
- This method is defined by tp\TouchPointWP\Interfaces\apiMeeting
Arguments
- what string
Returns
- mixed
mtgStartDt
\DateTimeInterface tp\TouchPointWP\MeetingArray::mtgStartDt()
Get the first start time of the meetings in the array.
- Visibility: public
Returns
- \DateTimeInterface -
mtgEndDt
\DateTimeInterface tp\TouchPointWP\MeetingArray::mtgEndDt()
Get the last end time (or start time) of the meetings in the array.
- Visibility: public
Returns
- \DateTimeInterface -
status
int tp\TouchPointWP\MeetingArray::status()
Get the status of the meetings in the array.
- Visibility: public
Returns
- int -
getIterator
mixed tp\TouchPointWP\MeetingArray::getIterator()
Retrieve an external iterator
- Visibility: public
Returns
- mixed
offsetExists
mixed tp\TouchPointWP\MeetingArray::offsetExists(mixed offset)
Whether a offset exists
- Visibility: public
Arguments
- offset mixed
Returns
- mixed
offsetGet
mixed tp\TouchPointWP\MeetingArray::offsetGet(mixed offset)
Offset to retrieve
- Visibility: public
Arguments
- offset mixed
Returns
- mixed
offsetSet
mixed tp\TouchPointWP\MeetingArray::offsetSet(mixed offset, mixed value)
Offset to set
- Visibility: public
Arguments
- offset mixed* value mixed
Returns
- mixed
offsetUnset
mixed tp\TouchPointWP\MeetingArray::offsetUnset(mixed offset)
Offset to unset
- Visibility: public
Arguments
- offset mixed
Returns
- mixed
count
mixed tp\TouchPointWP\MeetingArray::count()
Count meetings in the array
- Visibility: public
Returns
- mixed