You are here

public function ssga::setCharset in GA Push 7

1 call to ssga::setCharset()
ssga::__construct in libs/ssga.class.inc

File

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

Class

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

Code

public function setCharset($charset = "") {
  $this->utmcs = isset($charSet) ? $charset : "UTF-8";
}