RoleController::__construct PHP Méthode

__construct() public méthode

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

Usage Example

 public function __construct()
 {
     parent::__construct();
 }