-
Notifications
You must be signed in to change notification settings - Fork 2
tp TouchPointWP Utilities Session
James K. edited this page May 7, 2024
·
1 revision
This class wraps handlers for $_SESSION to make it more easily workable.
- Class name: Session
- Namespace: \tp\TouchPointWP\Utilities
bool tp\TouchPointWP\Utilities\Session::startSession(array options)
Start a session if one doesn't already exist.
- Visibility: public
- This method is static.
- 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.
- mixed
\tp\TouchPointWP\Utilities\Session|null tp\TouchPointWP\Utilities\Session::instance()
- Visibility: public
- This method is static.
- \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
- what string
- mixed|null -
void tp\TouchPointWP\Utilities\Session::__set(string what, mixed value)
Standard setter
- Visibility: public
- what string* value mixed
Documentation generated November 28, 2024 7:32pm.
- 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
- CalendarGrid
- EventsCalendar
- ExtraValueHandler
- Geo
- hasGeo
- hierarchical
- Involvement
- Involvement_PostTypeSettings
- InvolvementMembership
- Location
- Meeting
- module
- Partner
- Person
- PostTypeCapable
- RegistrationType
- Report
- Rsvp
- scheduled
- Stats
- storedAsPost
- Taxonomies
- TouchPointWP
- TouchPointWP_AdminAPI
- TouchPointWP_Exception
- TouchPointWP_Settings
- TouchPointWP_Widget
- TouchPointWP_WPError
- updatesViaCron
- Utilities
- tp\TouchPointWP