Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

ApplicationInsights Channel Contracts Session

Jakub Oleksy edited this page Dec 20, 2014 · 1 revision

ApplicationInsights\Channel\Contracts\Session

Data contract class for type Session.

  • Class name: Session
  • Namespace: ApplicationInsights\Channel\Contracts
  • This class implements: JsonSerializable

Properties

$_data

private mixed $_data

Data array that will store all the values.

  • Visibility: private

Methods

\ApplicationInsights\Channel\Contracts\Session::__construct()

mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::__construct()()

Creates a new Session.

  • Visibility: public

\ApplicationInsights\Channel\Contracts\Session::getId()

mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::getId()()

Gets the id field.

  • Visibility: public

\ApplicationInsights\Channel\Contracts\Session::setId()

mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::setId()($id)

Sets the id field.

  • Visibility: public

Arguments

  • $id mixed

\ApplicationInsights\Channel\Contracts\Session::getIsFirst()

mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::getIsFirst()()

Gets the isFirst field.

  • Visibility: public

\ApplicationInsights\Channel\Contracts\Session::setIsFirst()

mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::setIsFirst()($isFirst)

Sets the isFirst field.

  • Visibility: public

Arguments

  • $isFirst mixed

\ApplicationInsights\Channel\Contracts\Session::getIsNew()

mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::getIsNew()()

Gets the isNew field.

  • Visibility: public

\ApplicationInsights\Channel\Contracts\Session::setIsNew()

mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::setIsNew()($isNew)

Sets the isNew field.

  • Visibility: public

Arguments

  • $isNew mixed

\ApplicationInsights\Channel\Contracts\Session::jsonSerialize()

mixed ApplicationInsights\Channel\Contracts\Session::\ApplicationInsights\Channel\Contracts\Session::jsonSerialize()()

Overrides JSON serialization for this class.

  • Visibility: public
Clone this wiki locally