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 Application
Jakub Oleksy edited this page Dec 20, 2014
·
1 revision
Data contract class for type Application.
- Class name: Application
- 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\Application::\ApplicationInsights\Channel\Contracts\Application::__construct()()
Creates a new Application.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Application::\ApplicationInsights\Channel\Contracts\Application::getVer()()
Gets the ver field.
- Visibility: public
mixed ApplicationInsights\Channel\Contracts\Application::\ApplicationInsights\Channel\Contracts\Application::setVer()($ver)
Sets the ver field.
- Visibility: public
- $ver mixed
mixed ApplicationInsights\Channel\Contracts\Application::\ApplicationInsights\Channel\Contracts\Application::jsonSerialize()()
Overrides JSON serialization for this class.
- Visibility: public