Example #1
0
 function __construct($traceObj)
 {
     parent::__construct($traceObj);
     $this->callerList = array();
     $this->callerString = "";
     $this->setBaseUrl("http://" . FRITZBOX_HOSTNAME . "/");
     parent::enableCookieJar(YAPHOBIA_COOKIEJAR_DIR . 'cookiejar_fritzbox.txt');
     $this->tr = $traceObj;
     $sessionID = "0000000000000000";
 }
 function __construct($name, $baseURL, $traceObj)
 {
     $this->tr = $traceObj;
     parent::__construct($traceObj);
     $this->providerName = $name;
     $this->callerList = array();
     $this->callerString = "";
     $this->setBaseUrl($baseURL);
     $this->requestDescriptions = null;
     $this->csvFilenameSuffix = "";
     $this->creditRegex = "";
     $this->currentCredit = "[undetermined]";
 }