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