MediaWiki REL1_34
|
Manage foreign resources registered with ResourceLoader. More...
Public Member Functions | |
__construct ( $registryFile, $libDir, callable $infoPrinter=null, callable $errorPrinter=null, callable $verbosePrinter=null) | |
run ( $action, $module) | |
Private Member Functions | |
cacheGet ( $key) | |
cacheKey ( $src, $integrity) | |
cacheSet ( $key, $data) | |
cleanUp () | |
error ( $text) | |
fetch ( $src, $integrity) | |
handleTypeFile ( $moduleName, $destDir, array $info) | |
handleTypeMultiFile ( $moduleName, $destDir, array $info) | |
handleTypeTar ( $moduleName, $destDir, array $info) | |
output ( $text) | |
parseBasicYaml ( $input) | |
Basic YAML parser. | |
verbose ( $text) | |
Private Attributes | |
$action | |
$cacheDir | |
$defaultAlgo = 'sha384' | |
$errorPrinter | |
$hasErrors = false | |
$infoPrinter | |
$libDir | |
$registry | |
$registryFile | |
$tmpParentDir | |
$verbosePrinter | |
Manage foreign resources registered with ResourceLoader.
Definition at line 29 of file ForeignResourceManager.php.
ForeignResourceManager::__construct | ( | $registryFile, | |
$libDir, | |||
callable | $infoPrinter = null , |
||
callable | $errorPrinter = null , |
||
callable | $verbosePrinter = null |
||
) |
string | $registryFile | Path to YAML file |
string | $libDir | Path to a modules directory |
callable | null | $infoPrinter | Callback for printing info about the run. |
callable | null | $errorPrinter | Callback for printing errors from the run. |
callable | null | $verbosePrinter | Callback for printing extra verbose progress information from the run. |
Definition at line 50 of file ForeignResourceManager.php.
References $errorPrinter, $infoPrinter, $libDir, $registryFile, and $verbosePrinter.
|
private |
Definition at line 154 of file ForeignResourceManager.php.
Referenced by fetch().
|
private |
Definition at line 147 of file ForeignResourceManager.php.
|
private |
Definition at line 158 of file ForeignResourceManager.php.
References wfMkdirParents().
Referenced by fetch().
|
private |
Definition at line 306 of file ForeignResourceManager.php.
References $file, cacheKey(), and wfRecursiveRemoveDir().
Referenced by run().
|
private |
Definition at line 302 of file ForeignResourceManager.php.
References $errorPrinter.
Referenced by handleTypeTar(), and run().
|
private |
Definition at line 163 of file ForeignResourceManager.php.
References cacheGet(), cacheKey(), cacheSet(), output(), and verbose.
Referenced by handleTypeFile(), handleTypeMultiFile(), and handleTypeTar().
|
private |
Definition at line 194 of file ForeignResourceManager.php.
References $path, fetch(), and wfMkdirParents().
Referenced by run().
|
private |
Definition at line 210 of file ForeignResourceManager.php.
References $file, $path, fetch(), and wfMkdirParents().
Referenced by run().
|
private |
Definition at line 229 of file ForeignResourceManager.php.
References $file, error(), fetch(), verbose, and wfMkdirParents().
Referenced by run().
|
private |
Definition at line 298 of file ForeignResourceManager.php.
References $infoPrinter.
|
private |
ForeignResourceManager::run | ( | $action, | |
$module | |||
) |
Exception |
Definition at line 78 of file ForeignResourceManager.php.
References $action, $modules, $registry, cleanUp(), error(), handleTypeFile(), handleTypeMultiFile(), handleTypeTar(), output(), parseBasicYaml(), verbose, wfMkdirParents(), and wfRecursiveRemoveDir().
|
private |
Definition at line 294 of file ForeignResourceManager.php.
References $verbosePrinter.
|
private |
Definition at line 39 of file ForeignResourceManager.php.
Referenced by run().
|
private |
Definition at line 35 of file ForeignResourceManager.php.
|
private |
Definition at line 30 of file ForeignResourceManager.php.
|
private |
Definition at line 37 of file ForeignResourceManager.php.
Referenced by __construct(), and error().
|
private |
Definition at line 31 of file ForeignResourceManager.php.
|
private |
Definition at line 36 of file ForeignResourceManager.php.
Referenced by __construct(), and output().
|
private |
Definition at line 33 of file ForeignResourceManager.php.
Referenced by __construct().
|
private |
Definition at line 40 of file ForeignResourceManager.php.
Referenced by run().
|
private |
Definition at line 32 of file ForeignResourceManager.php.
Referenced by __construct().
|
private |
Definition at line 34 of file ForeignResourceManager.php.
|
private |
Definition at line 38 of file ForeignResourceManager.php.
Referenced by __construct(), and verbose().