public function __construct($tmpl = NULL) { parent::__construct($tmpl); $this->ConfigSetIgnoreExit(TRUE); $this->items = array(); $this->fh = NULL; }
public function __construct() { $this->ConfigSetIgnoreExit(TRUE); $this->ConfigSetIdent("transFilter"); $this->ConfigSetName('Filter4'); $this->items = array(); $this->fh = NULL; parent::__construct(); }
public function __construct() { $this->ConfigSetName('filter'); $this->data = array(); parent::__construct(); }
public function __construct($tmpl = NULL) { parent::__construct($tmpl); $this->ConfigSetName("cl-err-1"); }
public function __construct($tmpl = NULL) { parent::__construct($tmpl); $this->data = array(); }
public function __construct($tmpl = NULL) { parent::__construct($tmpl); $this->ConfigSetName('filter'); $this->data = array(); }
public function __construct() { $this->ConfigSetName("server"); $this->ConfigSetIdent("test-server"); parent::__construct(); }