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