Exemple #1
0
 public function InitializeContent()
 {
     $this->title = localize("series.title");
     $this->entryArray = Serie::getAllSeries();
     $this->idPage = Serie::ALL_SERIES_ID;
 }