MediaWiki
1.23.2
|
Some functions that are useful during startup. More...
Static Public Member Functions | |
static | callStaticMethod ( $className, $methodName, $args) |
Deprecated wrapper for call_user_func_array() More... | |
static | classExists ( $class) |
Deprecated wrapper for class_exists() More... | |
static | compiledPath ( $file) |
static | extCompiledPath ( $file) |
static | functionExists ( $function) |
Deprecated wrapper for function_exists() More... | |
static | getCompilerVersion () |
static | interpretedPath ( $file) |
Get a fully-qualified path for a source file relative to $IP. More... | |
static | isHipHop () |
Returns true if we are running under HipHop, whether in compiled or interpreted mode. More... | |
static | methodExists ( $class, $method) |
Deprecated wrapper for method_exists() More... | |
Static Public Attributes | |
static | $compilerVersion |
Some functions that are useful during startup.
This class previously contained some functionality related to a PHP compiler called hphpc. That compiler has now been discontinued. All methods are now deprecated.
|
static |
Deprecated wrapper for call_user_func_array()
$className | string |
$methodName | string |
$args | array |
|
static |
|
static |
|
static |
|
static |
Deprecated wrapper for function_exists()
$function | string |
|
static |
|
static |
Get a fully-qualified path for a source file relative to $IP.
$file | string |
|
static |
Returns true if we are running under HipHop, whether in compiled or interpreted mode.
Definition at line 50 of file Init.php.
References wfIsHHVM().
|
static |
Deprecated wrapper for method_exists()
$class | string |
$method | string |