示例#1
0
文件: base.php 项目: Klemart3D/COPS
 public function InitializeContent()
 {
     $this->title = localize("series.title");
     $this->entryArray = Serie::getAllSeries();
     $this->idPage = Serie::ALL_SERIES_ID;
 }