__construct() public method

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