This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
ApplicationInsights Channel Contracts Session
Jakub Oleksy edited this page Dec 20, 2014
·
1 revision
Data contract class for type Session.
- Class name: Session
- Namespace: ApplicationInsights\Channel\Contracts
- This class implements: JsonSerializable
private mixed $_data
Data array that will store all the values.
- Visibility: private
mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::__construct()()
Creates a new Session.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::getId()()
Gets the id field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::setId()($id)
Sets the id field.
- Visibility: public
- $id mixed
mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::getIsFirst()()
Gets the isFirst field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::setIsFirst()($isFirst)
Sets the isFirst field.
- Visibility: public
- $isFirst mixed
mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::getIsNew()()
Gets the isNew field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::setIsNew()($isNew)
Sets the isNew field.
- Visibility: public
- $isNew mixed
mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::jsonSerialize()()
Overrides JSON serialization for this class.
- Visibility: public