예제 #1
0
파일: base.php 프로젝트: Klemart3D/COPS
 public function InitializeContent()
 {
     $this->title = localize("publishers.title");
     $this->entryArray = Publisher::getAllPublishers();
     $this->idPage = Publisher::ALL_PUBLISHERS_ID;
 }