MediaWiki REL1_33
Processor.php
Go to the documentation of this file.
1<?php
2
9interface Processor {
10
21 public function extractInfo( $path, array $info, $version );
22
32 public function getExtractedInfo();
33
42 public function getRequirements( array $info );
43
52 public function getExtraAutoloaderPaths( $dir, array $info );
53}
Processors read associated arrays and register whatever is required.
Definition Processor.php:9
extractInfo( $path, array $info, $version)
Main entry point, processes the information provided.
getExtractedInfo()
getRequirements(array $info)
Get the requirements for the provided info.
getExtraAutoloaderPaths( $dir, array $info)
Get the path for additional autoloaders, e.g.
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))