__construct() 공개 메소드

public __construct ( )
예제 #1
0
 function __construct()
 {
     parent::__construct();
     $this->forum_title = ' :: Forum :: ' . Page::$config['title'];
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->LoadEditor = new LoadEditor();
     $this->setThreadRange();
 }
예제 #3
0
 public function __construct($boardId)
 {
     parent::__construct($boardId);
 }