Esempio n. 1
0
 public function __construct($tmpl = NULL)
 {
     parent::__construct($tmpl);
     $this->ConfigSetIgnoreExit(TRUE);
     $this->items = array();
     $this->fh = NULL;
 }
Esempio n. 2
0
 public function __construct()
 {
     $this->ConfigSetIgnoreExit(TRUE);
     $this->ConfigSetIdent("transFilter");
     $this->ConfigSetName('Filter4');
     $this->items = array();
     $this->fh = NULL;
     parent::__construct();
 }
Esempio n. 3
0
 public function __construct()
 {
     $this->ConfigSetName('filter');
     $this->data = array();
     parent::__construct();
 }
Esempio n. 4
0
 public function __construct($tmpl = NULL)
 {
     parent::__construct($tmpl);
     $this->ConfigSetName("cl-err-1");
 }
Esempio n. 5
0
 public function __construct($tmpl = NULL)
 {
     parent::__construct($tmpl);
     $this->data = array();
 }
Esempio n. 6
0
 public function __construct($tmpl = NULL)
 {
     parent::__construct($tmpl);
     $this->ConfigSetName('filter');
     $this->data = array();
 }
Esempio n. 7
0
 public function __construct()
 {
     $this->ConfigSetName("server");
     $this->ConfigSetIdent("test-server");
     parent::__construct();
 }