예제 #1
0
파일: fengsel.php 프로젝트: Kuzat/kofradia
 /**
  * Construct
  */
 public function __construct(player $up)
 {
     $this->up = $up;
     ess::$b->page->add_title("Fengsel");
     $this->up->bomberom_require_no();
     // behandle siden
     $this->handle();
     ess::$b->page->load();
 }