MediaWiki
1.30.0
|
Allows changing specific properties of a context object, without changing the main one. More...
Public Member Functions | |
__construct (ResourceLoaderContext $context) | |
getDebug () | |
getDirection () | |
getLanguage () | |
getModules () | |
getOnly () | |
getRaw () | |
getRequest () | |
getResourceLoader () | |
getSkin () | |
getUser () | |
getVersion () | |
setDebug ( $debug) | |
setDirection ( $direction) | |
setLanguage ( $language) | |
setModules (array $modules) | |
setOnly ( $only) | |
setRaw ( $raw) | |
setSkin ( $skin) | |
setUser ( $user) | |
setVersion ( $version) | |
Public Member Functions inherited from ResourceLoaderContext | |
__construct (ResourceLoader $resourceLoader, WebRequest $request) | |
getFormat () | |
getHash () | |
All factors that uniquely identify this request, except 'modules'. More... | |
getImage () | |
getImageObj () | |
If this is a request for an image, get the ResourceLoaderImage object. More... | |
getLogger () | |
getUserObj () | |
Get the possibly-cached User object for the specified username. More... | |
getVariant () | |
msg ( $key) | |
Get a Message object with context set. More... | |
shouldIncludeMessages () | |
shouldIncludeScripts () | |
shouldIncludeStyles () | |
Public Attributes | |
const | INHERIT_VALUE = -1 |
Protected Attributes | |
$debug = self::INHERIT_VALUE | |
$direction = self::INHERIT_VALUE | |
$language = self::INHERIT_VALUE | |
$modules = self::INHERIT_VALUE | |
$only = self::INHERIT_VALUE | |
$raw = self::INHERIT_VALUE | |
$skin = self::INHERIT_VALUE | |
$user = self::INHERIT_VALUE | |
$version = self::INHERIT_VALUE | |
Protected Attributes inherited from ResourceLoaderContext | |
$debug | |
$direction | |
$format | |
$hash | |
$image | |
$imageObj | |
$language | |
$logger | |
$modules | |
$only | |
$raw | |
$request | |
$resourceLoader | |
$skin | |
$user | |
$userObj | |
$variant | |
$version | |
Private Attributes | |
ResourceLoaderContext | $context |
Additional Inherited Members | |
Static Public Member Functions inherited from ResourceLoaderContext | |
static | expandModuleNames ( $modules) |
Expand a string of the form jquery.foo,bar|jquery.ui.baz,quux to an array of module names like [ 'jquery.foo', 'jquery.bar', 'jquery.ui.baz', 'jquery.ui.quux' ]. More... | |
static | newDummyContext () |
Return a dummy ResourceLoaderContext object suitable for passing into things that don't "really" need a context. More... | |
Allows changing specific properties of a context object, without changing the main one.
Inspired by DerivativeContext.
Definition at line 30 of file DerivativeResourceLoaderContext.php.
DerivativeResourceLoaderContext::__construct | ( | ResourceLoaderContext | $context | ) |
Definition at line 48 of file DerivativeResourceLoaderContext.php.
References $context.
DerivativeResourceLoaderContext::getDebug | ( | ) |
Reimplemented from ResourceLoaderContext.
Definition at line 132 of file DerivativeResourceLoaderContext.php.
References $debug.
DerivativeResourceLoaderContext::getDirection | ( | ) |
Reimplemented from ResourceLoaderContext.
Definition at line 83 of file DerivativeResourceLoaderContext.php.
References $direction, Language\factory(), and getLanguage().
DerivativeResourceLoaderContext::getLanguage | ( | ) |
Reimplemented from ResourceLoaderContext.
Definition at line 66 of file DerivativeResourceLoaderContext.php.
References $language, and language().
Referenced by getDirection().
DerivativeResourceLoaderContext::getModules | ( | ) |
Reimplemented from ResourceLoaderContext.
Definition at line 52 of file DerivativeResourceLoaderContext.php.
References $modules.
DerivativeResourceLoaderContext::getOnly | ( | ) |
Reimplemented from ResourceLoaderContext.
Definition at line 147 of file DerivativeResourceLoaderContext.php.
References $only.
DerivativeResourceLoaderContext::getRaw | ( | ) |
Reimplemented from ResourceLoaderContext.
Definition at line 177 of file DerivativeResourceLoaderContext.php.
References $raw.
DerivativeResourceLoaderContext::getRequest | ( | ) |
Reimplemented from ResourceLoaderContext.
Definition at line 191 of file DerivativeResourceLoaderContext.php.
DerivativeResourceLoaderContext::getResourceLoader | ( | ) |
Reimplemented from ResourceLoaderContext.
Definition at line 195 of file DerivativeResourceLoaderContext.php.
DerivativeResourceLoaderContext::getSkin | ( | ) |
Reimplemented from ResourceLoaderContext.
Definition at line 101 of file DerivativeResourceLoaderContext.php.
DerivativeResourceLoaderContext::getUser | ( | ) |
Reimplemented from ResourceLoaderContext.
Definition at line 116 of file DerivativeResourceLoaderContext.php.
DerivativeResourceLoaderContext::getVersion | ( | ) |
Reimplemented from ResourceLoaderContext.
Definition at line 162 of file DerivativeResourceLoaderContext.php.
DerivativeResourceLoaderContext::setDebug | ( | $debug | ) |
bool | $debug |
Definition at line 142 of file DerivativeResourceLoaderContext.php.
References $debug.
DerivativeResourceLoaderContext::setDirection | ( | $direction | ) |
string | $direction |
Definition at line 96 of file DerivativeResourceLoaderContext.php.
References $direction.
DerivativeResourceLoaderContext::setLanguage | ( | $language | ) |
string | $language |
Definition at line 76 of file DerivativeResourceLoaderContext.php.
References $language, and language().
DerivativeResourceLoaderContext::setModules | ( | array | $modules | ) |
string[] | $modules |
Definition at line 62 of file DerivativeResourceLoaderContext.php.
References $modules.
DerivativeResourceLoaderContext::setOnly | ( | $only | ) |
string | null | $only |
Definition at line 157 of file DerivativeResourceLoaderContext.php.
References $only.
DerivativeResourceLoaderContext::setRaw | ( | $raw | ) |
bool | $raw |
Definition at line 187 of file DerivativeResourceLoaderContext.php.
References $raw.
DerivativeResourceLoaderContext::setSkin | ( | $skin | ) |
string | $skin |
Definition at line 111 of file DerivativeResourceLoaderContext.php.
DerivativeResourceLoaderContext::setUser | ( | $user | ) |
string | null | $user |
Definition at line 126 of file DerivativeResourceLoaderContext.php.
DerivativeResourceLoaderContext::setVersion | ( | $version | ) |
string | null | $version |
Definition at line 172 of file DerivativeResourceLoaderContext.php.
|
private |
Definition at line 36 of file DerivativeResourceLoaderContext.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file DerivativeResourceLoaderContext.php.
Referenced by getDebug(), and setDebug().
|
protected |
Definition at line 40 of file DerivativeResourceLoaderContext.php.
Referenced by getDirection(), and setDirection().
|
protected |
Definition at line 39 of file DerivativeResourceLoaderContext.php.
Referenced by getLanguage(), and setLanguage().
|
protected |
Definition at line 38 of file DerivativeResourceLoaderContext.php.
Referenced by getModules(), and setModules().
|
protected |
Definition at line 44 of file DerivativeResourceLoaderContext.php.
|
protected |
Definition at line 46 of file DerivativeResourceLoaderContext.php.
|
protected |
Definition at line 41 of file DerivativeResourceLoaderContext.php.
|
protected |
Definition at line 42 of file DerivativeResourceLoaderContext.php.
|
protected |
Definition at line 45 of file DerivativeResourceLoaderContext.php.
Referenced by getVersion(), and setVersion().
const DerivativeResourceLoaderContext::INHERIT_VALUE = -1 |
Definition at line 31 of file DerivativeResourceLoaderContext.php.