__construct() public method

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);
 }