RoleController::__construct PHP Метод

__construct() публичный Метод

RoleController constructor.
public __construct ( )
    public function __construct()
    {
        parent::__construct();
        $this->hideCategoryPermissions = c('Vanilla.HideRoleCategoryPermissions', false);
    }

Usage Example

Пример #1
0
 public function __construct()
 {
     parent::__construct();
 }