-
Notifications
You must be signed in to change notification settings - Fork 2
tp TouchPointWP Utilities Session
James K. edited this page Apr 7, 2025
·
2 revisions
This class wraps handlers for $_SESSION to make it more easily workable.
- Class name: Session
- Namespace: \tp\TouchPointWP\Utilities
- Warning: this class is deprecated. This means that this class will likely be removed in a future version.
bool tp\TouchPointWP\Utilities\Session::startSession(array options)
Start a session if one doesn't already exist.
- Visibility: public
- This method is static.
- Warning: this method is deprecated. This means that this method will likely be removed in a future version.
- options array - Options passed directly to session_start, but only if the session isn't yet active.
- bool - True if a session has been started (with this call or previously)
mixed tp\TouchPointWP\Utilities\Session::sessionDestroy()
- Visibility: public
- This method is static.
- Warning: this method is deprecated. This means that this method will likely be removed in a future version.
- mixed
\tp\TouchPointWP\Utilities\Session|null tp\TouchPointWP\Utilities\Session::instance()
- Visibility: public
- This method is static.
- Warning: this method is deprecated. This means that this method will likely be removed in a future version.
- \tp\TouchPointWP\Utilities\Session|null -
mixed|null tp\TouchPointWP\Utilities\Session::__get(string what)
Standard getter, though returns null if unset or session isn't established.
- Visibility: public
- Warning: this method is deprecated. This means that this method will likely be removed in a future version.
- what string
- mixed|null -
void tp\TouchPointWP\Utilities\Session::__set(string what, mixed value)
Standard setter
- Visibility: public
- Warning: this method is deprecated. This means that this method will likely be removed in a future version.
- what string* value mixed
Documentation generated November 19, 2025 1:15am.
- 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
- Meeting
- MeetingArray
- Partner
- Person
- PostTypeCapable
- RegistrationType
- Report
- Rsvp
- Settings
- Stats
- StatusWidget
- Taxonomies
- TouchPointWP
- TouchPointWP_AdminAPI
- TouchPointWP_Exception
- TouchPointWP_WPError
- Utilities
- tp\TouchPointWP