MediaWiki REL1_39
|
Copyright (C) 2018 Kunal Mehta legok.nosp@m.tm@d.nosp@m.ebian.nosp@m..org More...
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.nosp@m.tm@d.nosp@m.ebian.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.
Definition at line 25 of file ExtensionDependencyError.php.
ExtensionDependencyError::__construct | ( | array | $errors | ) |
array[] | $errors | Each error has a 'msg' and 'type' key at minimum |
Definition at line 70 of file ExtensionDependencyError.php.
bool ExtensionDependencyError::$incompatibleCore = false |
Definition at line 50 of file ExtensionDependencyError.php.
string [] ExtensionDependencyError::$incompatibleExtensions = [] |
Definition at line 40 of file ExtensionDependencyError.php.
bool ExtensionDependencyError::$incompatiblePhp = false |
Definition at line 55 of file ExtensionDependencyError.php.
string [] ExtensionDependencyError::$incompatibleSkins = [] |
Definition at line 45 of file ExtensionDependencyError.php.
string [] ExtensionDependencyError::$missingAbilities = [] |
Definition at line 65 of file ExtensionDependencyError.php.
string [] ExtensionDependencyError::$missingExtensions = [] |
Definition at line 30 of file ExtensionDependencyError.php.
string [] ExtensionDependencyError::$missingPhpExtensions = [] |
Definition at line 60 of file ExtensionDependencyError.php.
string [] ExtensionDependencyError::$missingSkins = [] |
Definition at line 35 of file ExtensionDependencyError.php.