Ejemplo n.º 1
0
 public function InitializeContent()
 {
     $this->title = localize("publishers.title");
     $this->entryArray = Publisher::getAllPublishers();
     $this->idPage = Publisher::ALL_PUBLISHERS_ID;
 }