コード例 #1
0
ファイル: xml.php プロジェクト: cedwards-reisys/nexus-web
 public function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
ファイル: rss.php プロジェクト: cedwards-reisys/nexus-web
 protected function __construct()
 {
     parent::__construct();
     $this->loadDefLanguage();
     $this->assertor = vB::getDbAssertor();
 }