You are here

private function ssga::setAnalyticsType in GA Push 7

1 call to ssga::setAnalyticsType()
ssga::create in libs/ssga.class.inc

File

libs/ssga.class.inc, line 79
SSGA Class implementation

Class

ssga
Class created for serversidegoogleanalytics http://code.google.com/p/serversidegoogleanalytics/

Code

private function setAnalyticsType($type = "") {
  $this->utmt = $type ? $type : $this->defType;
}