Beispiel #1
0
 public function __construct($conf)
 {
     parent::__construct($conf);
     //        $this->_conf = Bd_Conf::getAppConf("FeedbackAdmin");
     $this->objServiceDataTrack = new Service_Data_Track_V1_TrackNew();
     $this->ignoreLogin = true;
     $this->ignoreSign = true;
 }
Beispiel #2
0
 public function __construct($conf)
 {
     parent::__construct($conf);
     $this->ignoreSign = true;
     $this->ignoreLogin = true;
 }