*/ class PageAllPublishers extends Page { public function InitializeContent () { $this->title = localize("publishers.title"); $this->entryArray = Publisher::getAllPublishers(); $this->idPage = Publisher::ALL_PUBLISHERS_ID; } }