You are here

public function GAFeed::setHost in Google Analytics Reports 7

Same name and namespace in other branches
  1. 6 GAFeed.lib.inc \GAFeed::setHost()

Set the host property

3 calls to GAFeed::setHost()
GAFeed::getAccessToken in ./GAFeed.lib.inc
OAuth step #3: Fetch access token.
GAFeed::getRequestToken in ./GAFeed.lib.inc
OAuth step #1: Fetch request token.
GAFeed::obtainAuthorization in ./GAFeed.lib.inc
OAuth step #2: Authorize request token.

File

./GAFeed.lib.inc, line 79
Provides the GAFeed object type and associated methods.

Class

GAFeed
GAFeed class to authorize access to and request data from the Google Analytics Data Export API.

Code

public function setHost($host) {
  $this->host = $host;
}