You are here

public function GAFeed::setVerifier in Google Analytics Counter 7.2

Set the verifier property

File

./GAFeed.lib.inc, line 75
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 setVerifier($verifier) {
  $this->verifier = $verifier;
}