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