*/ class PageAllSeries extends Page { public function InitializeContent () { $this->title = localize("series.title"); $this->entryArray = Serie::getAllSeries(); $this->idPage = Serie::ALL_SERIES_ID; } }