コード例 #1
0
ファイル: base.php プロジェクト: Klemart3D/COPS
 public function InitializeContent()
 {
     $this->title = localize("publishers.title");
     $this->entryArray = Publisher::getAllPublishers();
     $this->idPage = Publisher::ALL_PUBLISHERS_ID;
 }