Go to the documentation of this file.
95 return class_exists( $class );
108 return method_exists( $class, $method );
120 return function_exists( $function );
134 return call_user_func_array(
array( $className, $methodName ),
$args );
static isHipHop()
Returns true if we are running under HipHop, whether in compiled or interpreted mode.
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
static getCompilerVersion()
static interpretedPath( $file)
Get a fully-qualified path for a source file relative to $IP.
static functionExists( $function)
Deprecated wrapper for function_exists()
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
static extCompiledPath( $file)
when a variable name is used in a it is silently declared as a new masking the global
static methodExists( $class, $method)
Deprecated wrapper for method_exists()
if(PHP_SAPI !='cli') $file
Some functions that are useful during startup.
static callStaticMethod( $className, $methodName, $args)
Deprecated wrapper for call_user_func_array()
static classExists( $class)
Deprecated wrapper for class_exists()
wfIsHHVM()
Check if we are running under HHVM.
static compiledPath( $file)