MediaWiki  1.33.0
ForeignResourceManager Class Reference

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. More...
 
 verbose ( $text)
 

Private Attributes

 $action
 
 $cacheDir
 
 $defaultAlgo = 'sha384'
 
 $errorPrinter
 
 $hasErrors = false
 
 $infoPrinter
 
 $libDir
 
 $registry
 
 $registryFile
 
 $tmpParentDir
 
 $verbosePrinter
 

Detailed Description

Manage foreign resources registered with ResourceLoader.

Since
1.32

Definition at line 27 of file ForeignResourceManager.php.

Constructor & Destructor Documentation

◆ __construct()

ForeignResourceManager::__construct (   $registryFile,
  $libDir,
callable  $infoPrinter = null,
callable  $errorPrinter = null,
callable  $verbosePrinter = null 
)
Parameters
string$registryFilePath to YAML file
string$libDirPath to a modules directory
callable | null$infoPrinterCallback for printing info about the run.
callable | null$errorPrinterCallback for printing errors from the run.
callable | null$verbosePrinterCallback for printing extra verbose progress information from the run.

Definition at line 48 of file ForeignResourceManager.php.

References $errorPrinter, $infoPrinter, $libDir, $registryFile, and $verbosePrinter.

Member Function Documentation

◆ cacheGet()

ForeignResourceManager::cacheGet (   $key)
private
Returns
string|false

Definition at line 152 of file ForeignResourceManager.php.

Referenced by fetch().

◆ cacheKey()

ForeignResourceManager::cacheKey (   $src,
  $integrity 
)
private

Definition at line 145 of file ForeignResourceManager.php.

Referenced by cleanUp(), and fetch().

◆ cacheSet()

ForeignResourceManager::cacheSet (   $key,
  $data 
)
private

Definition at line 156 of file ForeignResourceManager.php.

References $data, and wfMkdirParents().

Referenced by fetch().

◆ cleanUp()

ForeignResourceManager::cleanUp ( )
private

Definition at line 304 of file ForeignResourceManager.php.

References $file, as, cacheKey(), and wfRecursiveRemoveDir().

Referenced by run().

◆ error()

ForeignResourceManager::error (   $text)
private

Definition at line 300 of file ForeignResourceManager.php.

References $errorPrinter.

Referenced by handleTypeTar(), and run().

◆ fetch()

ForeignResourceManager::fetch (   $src,
  $integrity 
)
private

◆ handleTypeFile()

ForeignResourceManager::handleTypeFile (   $moduleName,
  $destDir,
array  $info 
)
private

Definition at line 192 of file ForeignResourceManager.php.

References $data, $path, captcha-old\action, fetch(), and wfMkdirParents().

Referenced by run().

◆ handleTypeMultiFile()

ForeignResourceManager::handleTypeMultiFile (   $moduleName,
  $destDir,
array  $info 
)
private

Definition at line 208 of file ForeignResourceManager.php.

References $data, $file, $path, captcha-old\action, as, fetch(), and wfMkdirParents().

Referenced by run().

◆ handleTypeTar()

ForeignResourceManager::handleTypeTar (   $moduleName,
  $destDir,
array  $info 
)
private

Definition at line 227 of file ForeignResourceManager.php.

References $data, $file, captcha-old\action, as, error(), fetch(), null, verbose(), and wfMkdirParents().

Referenced by run().

◆ output()

ForeignResourceManager::output (   $text)
private

Definition at line 296 of file ForeignResourceManager.php.

References $infoPrinter.

Referenced by fetch(), and run().

◆ parseBasicYaml()

ForeignResourceManager::parseBasicYaml (   $input)
private

Basic YAML parser.

Supports only string or object values, and 2 spaces indentation.

Todo:
Just ship symfony/yaml.
Parameters
string$input
Returns
array

Definition at line 334 of file ForeignResourceManager.php.

References $input, $line, $lines, as, and list.

Referenced by run().

◆ run()

ForeignResourceManager::run (   $action,
  $module 
)

◆ verbose()

ForeignResourceManager::verbose (   $text)
private

Definition at line 292 of file ForeignResourceManager.php.

References $verbosePrinter.

Referenced by fetch(), handleTypeTar(), and run().

Member Data Documentation

◆ $action

ForeignResourceManager::$action
private

Definition at line 37 of file ForeignResourceManager.php.

Referenced by run().

◆ $cacheDir

ForeignResourceManager::$cacheDir
private

Definition at line 33 of file ForeignResourceManager.php.

◆ $defaultAlgo

ForeignResourceManager::$defaultAlgo = 'sha384'
private

Definition at line 28 of file ForeignResourceManager.php.

◆ $errorPrinter

ForeignResourceManager::$errorPrinter
private

Definition at line 35 of file ForeignResourceManager.php.

Referenced by __construct(), and error().

◆ $hasErrors

ForeignResourceManager::$hasErrors = false
private

Definition at line 29 of file ForeignResourceManager.php.

◆ $infoPrinter

ForeignResourceManager::$infoPrinter
private

Definition at line 34 of file ForeignResourceManager.php.

Referenced by __construct(), and output().

◆ $libDir

ForeignResourceManager::$libDir
private

Definition at line 31 of file ForeignResourceManager.php.

Referenced by __construct().

◆ $registry

ForeignResourceManager::$registry
private

Definition at line 38 of file ForeignResourceManager.php.

Referenced by run().

◆ $registryFile

ForeignResourceManager::$registryFile
private

Definition at line 30 of file ForeignResourceManager.php.

Referenced by __construct().

◆ $tmpParentDir

ForeignResourceManager::$tmpParentDir
private

Definition at line 32 of file ForeignResourceManager.php.

◆ $verbosePrinter

ForeignResourceManager::$verbosePrinter
private

Definition at line 36 of file ForeignResourceManager.php.

Referenced by __construct(), and verbose().


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