-
Notifications
You must be signed in to change notification settings - Fork 2
tp TouchPointWP Interfaces involvementMeetingCommon
James K. edited this page Nov 19, 2025
·
1 revision
This class contains the elements common between the Involvement and Meeting classes.
- Interface name: involvementMeetingCommon
- Namespace: \tp\TouchPointWP\Interfaces
- This is an interface
- This interface extends: tp\TouchPointWP\Interfaces\scheduled, tp\TouchPointWP\Interfaces\hierarchical, tp\TouchPointWP\Interfaces\actionButtons, tp\TouchPointWP\Interfaces\hasGeo
bool tp\TouchPointWP\Interfaces\involvementMeetingCommon::isPast()
Indicates if the meeting is in the past.
- Visibility: public
- bool -
?string tp\TouchPointWP\Interfaces\scheduled::scheduleString(int objId, mixed obj)
Get a description of the schedule in a human-friendly phrase, e.g. Sunday, March 31 at 2:00pm.
These strings should be cached.
- Visibility: public
- This method is static.
- This method is defined by tp\TouchPointWP\Interfaces\scheduled
- objId int* obj mixed - Needs to be of the type that implements this interface.
- ?string -
mixed tp\TouchPointWP\Interfaces\hierarchical::getParent()
Get the parent of this object which may be an object of a different class.
Returns null if there is no parent.
- Visibility: public
- This method is defined by tp\TouchPointWP\Interfaces\hierarchical
- mixed -
\tp\TouchPointWP\Utilities\StringableArray tp\TouchPointWP\Interfaces\actionButtons::getActionButtons(string|null context, string btnClass, bool withTouchPointLink, bool absoluteLinks)
- Visibility: public
- This method is defined by tp\TouchPointWP\Interfaces\actionButtons
- context string|null - A string that gives filters some context for where the request is coming from
- btnClass string - HTML class names to put into the buttons/links
- withTouchPointLink bool - Whether to include a link to the item within TouchPoint.
- absoluteLinks bool - Set true to make the links absolute, so they work from apps or emails.
- \tp\TouchPointWP\Utilities\StringableArray -
bool tp\TouchPointWP\Interfaces\hasGeo::hasGeo()
Indicates whether a map of a single item can be displayed.
- Visibility: public
- This method is defined by tp\TouchPointWP\Interfaces\hasGeo
- bool -
object|null tp\TouchPointWP\Interfaces\hasGeo::asGeoIFace(string type)
Returns a standardized stdObject, or null if not viable.
Return object properties are lat, lng, human, and type.
- Visibility: public
- This method is defined by tp\TouchPointWP\Interfaces\hasGeo
- type string - 'loc' for navigator location, or 'ip' for ip address location
- object|null -
?string tp\TouchPointWP\Interfaces\hasGeo::locationName()
Get the name of the location.
- Visibility: public
- This method is defined by tp\TouchPointWP\Interfaces\hasGeo
- ?string -
Documentation generated March 31, 2026 10:21pm.
- Simple RSVP
- People Lists
- Involvements
- Outreach Partners
- SQL & Python Reports
- Events Calendar from Meetings (Beta)
- Events Calendar Plugin Integration (Deprecated)
- tp
- tp\TouchPointWP
- Api
- Auth
- tp\TouchPointWP\Blocks
- CalendarGrid
- EventsCalendar
- ExtraValueHandler
- Geo
- tp\TouchPointWP\Interfaces
- Involvement
- Involvement_PostTypeSettings
- InvolvementMembership
- Location
- Lookup
- Meeting
- MeetingArray
- Partner
- Person
- PostTypeCapable
- RegistrationType
- Report
- Rsvp
- Settings
- Stats
- StatusWidget
- Taxonomies
- TouchPointWP
- TouchPointWP_AdminAPI
- TouchPointWP_Exception
- TouchPointWP_WPError
- Utilities
- tp\TouchPointWP