MediaWiki  1.28.1
Processor Interface Reference

Processors read associated arrays and register whatever is required. More...

Inheritance diagram for Processor:

Public Member Functions

 extractInfo ($path, array $info, $version)
 Main entry point, processes the information provided. More...
 
 getExtraAutoloaderPaths ($dir, array $info)
 Get the path for additional autoloaders, e.g. More...
 
 getExtractedInfo ()
 
 getRequirements (array $info)
 Get the requirements for the provided info. More...
 

Detailed Description

Processors read associated arrays and register whatever is required.

Since
1.25

Definition at line 9 of file Processor.php.

Member Function Documentation

Processor::extractInfo (   $path,
array  $info,
  $version 
)

Main entry point, processes the information provided.

Callers should call "callback" after calling this function.

Parameters
string$pathAbsolute path of JSON file
array$info
int$versionmanifest_version for info
Returns
array "credits" information to store

Implemented in ExtensionProcessor.

Processor::getExtraAutoloaderPaths (   $dir,
array  $info 
)

Get the path for additional autoloaders, e.g.

the one of Composer.

Parameters
string$dir
array$info
Returns
array Containing the paths for autoloader file(s).
Since
1.27

Implemented in ExtensionProcessor.

Processor::getExtractedInfo ( )
Returns
array With following keys: 'globals' - variables to be set to $GLOBALS 'defines' - constants to define 'callbacks' - functions to be executed by the registry 'credits' - metadata to be stored by registry 'attributes' - registration info which isn't a global variable

Implemented in ExtensionProcessor.

Processor::getRequirements ( array  $info)

Get the requirements for the provided info.

Since
1.26
Parameters
array$info
Returns
array Where keys are the name to have a constraint on, like 'MediaWiki'. Values are a constraint string like "1.26.1".

Implemented in ExtensionProcessor.


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