MediaWiki
1.34.4
|
Copyright (C) 2018 Kunal Mehta legok tm@m ember .fsf .orgMore...
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 = [] |
Copyright (C) 2018 Kunal Mehta legok tm@m ember .fsf .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.
Definition at line 24 of file ExtensionDependencyError.php.
ExtensionDependencyError::__construct | ( | array | $errors | ) |
array | $errors | Each error has a 'msg' and 'type' key at minimum |
Definition at line 69 of file ExtensionDependencyError.php.
bool ExtensionDependencyError::$incompatibleCore = false |
Definition at line 49 of file ExtensionDependencyError.php.
string [] ExtensionDependencyError::$incompatibleExtensions = [] |
Definition at line 39 of file ExtensionDependencyError.php.
bool ExtensionDependencyError::$incompatiblePhp = false |
Definition at line 54 of file ExtensionDependencyError.php.
string [] ExtensionDependencyError::$incompatibleSkins = [] |
Definition at line 44 of file ExtensionDependencyError.php.
string [] ExtensionDependencyError::$missingAbilities = [] |
Definition at line 64 of file ExtensionDependencyError.php.
string [] ExtensionDependencyError::$missingExtensions = [] |
Definition at line 29 of file ExtensionDependencyError.php.
string [] ExtensionDependencyError::$missingPhpExtensions = [] |
Definition at line 59 of file ExtensionDependencyError.php.
string [] ExtensionDependencyError::$missingSkins = [] |
Definition at line 34 of file ExtensionDependencyError.php.