__construct() 공개 메소드

Set PageName.
부터: 2.0.0
public __construct ( )
 public function __construct()
 {
     $dashboard = App::make('Lib\\Repositories\\Dashboard\\DashboardRepositoryInterface');
     $validator = App::make('Lib\\Services\\Validation\\DashboardValidator');
     $scraper = App::make('Lib\\Services\\Scraping\\Scraper');
     parent::__construct($dashboard, $validator, $scraper);
 }
예제 #2
0
 /**
  * RoleController constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->hideCategoryPermissions = c('Vanilla.HideRoleCategoryPermissions', false);
 }
예제 #3
0
 function __construct($module = null, $view)
 {
     parent::__construct($module, $view);
 }
 public function  __construct() {
    parent::__construct();
    
    $this->Form = new Gdn_Form();
    $this->LogModel = new LogModel();
 }
예제 #5
0
 public function __construct()
 {
     parent::__construct();
 }