Ejemplo n.º 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;
 }
Ejemplo n.º 2
0
 public function __construct($conf)
 {
     parent::__construct($conf);
     $this->ignoreSign = true;
     $this->ignoreLogin = true;
 }