コード例 #1
0
ファイル: Filter4.php プロジェクト: BackupTheBerlios/nhi1-svn
 public function __construct($tmpl = NULL)
 {
     parent::__construct($tmpl);
     $this->ConfigSetIgnoreExit(TRUE);
     $this->items = array();
     $this->fh = NULL;
 }
コード例 #2
0
ファイル: Filter4.php プロジェクト: BackupTheBerlios/nhi1-svn
 public function __construct()
 {
     $this->ConfigSetIgnoreExit(TRUE);
     $this->ConfigSetIdent("transFilter");
     $this->ConfigSetName('Filter4');
     $this->items = array();
     $this->fh = NULL;
     parent::__construct();
 }
コード例 #3
0
ファイル: Filter3.php プロジェクト: BackupTheBerlios/nhi1-svn
 public function __construct()
 {
     $this->ConfigSetName('filter');
     $this->data = array();
     parent::__construct();
 }
コード例 #4
0
ファイル: server.php プロジェクト: BackupTheBerlios/nhi1-svn
 public function __construct($tmpl = NULL)
 {
     parent::__construct($tmpl);
     $this->ConfigSetName("cl-err-1");
 }
コード例 #5
0
ファイル: Filter1.php プロジェクト: BackupTheBerlios/nhi1-svn
 public function __construct($tmpl = NULL)
 {
     parent::__construct($tmpl);
     $this->data = array();
 }
コード例 #6
0
ファイル: Filter2.php プロジェクト: BackupTheBerlios/nhi1-svn
 public function __construct($tmpl = NULL)
 {
     parent::__construct($tmpl);
     $this->ConfigSetName('filter');
     $this->data = array();
 }
コード例 #7
0
ファイル: server.php プロジェクト: BackupTheBerlios/nhi1-svn
 public function __construct()
 {
     $this->ConfigSetName("server");
     $this->ConfigSetIdent("test-server");
     parent::__construct();
 }