MediaWiki  1.33.0
ExtensionDependencyError Class Reference

Copyright (C) 2018 Kunal Mehta legok.nosp@m.tm@m.nosp@m.ember.nosp@m..fsf.nosp@m..org More...

Inheritance diagram for ExtensionDependencyError:
Collaboration diagram for ExtensionDependencyError:

Public Member Functions

 __construct (array $errors)
 

Public Attributes

bool $incompatibleCore = false
 
string[] $incompatibleExtensions = []
 
bool $incompatiblePhp = false
 
string[] $incompatibleSkins = []
 
string[] $missingAbilities = []
 
string[] $missingExtensions = []
 
string[] $missingPhpExtensions = []
 
string[] $missingSkins = []
 

Detailed Description

Copyright (C) 2018 Kunal Mehta legok.nosp@m.tm@m.nosp@m.ember.nosp@m..fsf.nosp@m..org

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Since
1.31

Definition at line 24 of file ExtensionDependencyError.php.

Constructor & Destructor Documentation

◆ __construct()

ExtensionDependencyError::__construct ( array  $errors)
Parameters
array$errorsEach error has a 'msg' and 'type' key at minimum

Definition at line 69 of file ExtensionDependencyError.php.

References as.

Member Data Documentation

◆ $incompatibleCore

bool ExtensionDependencyError::$incompatibleCore = false

Definition at line 49 of file ExtensionDependencyError.php.

◆ $incompatibleExtensions

string [] ExtensionDependencyError::$incompatibleExtensions = []

Definition at line 39 of file ExtensionDependencyError.php.

◆ $incompatiblePhp

bool ExtensionDependencyError::$incompatiblePhp = false

Definition at line 54 of file ExtensionDependencyError.php.

◆ $incompatibleSkins

string [] ExtensionDependencyError::$incompatibleSkins = []

Definition at line 44 of file ExtensionDependencyError.php.

◆ $missingAbilities

string [] ExtensionDependencyError::$missingAbilities = []

Definition at line 64 of file ExtensionDependencyError.php.

◆ $missingExtensions

string [] ExtensionDependencyError::$missingExtensions = []

Definition at line 29 of file ExtensionDependencyError.php.

◆ $missingPhpExtensions

string [] ExtensionDependencyError::$missingPhpExtensions = []

Definition at line 59 of file ExtensionDependencyError.php.

◆ $missingSkins

string [] ExtensionDependencyError::$missingSkins = []

Definition at line 34 of file ExtensionDependencyError.php.


The documentation for this class was generated from the following file: