|
MediaWiki
master
|
Allows changing specific properties of a context object, without changing the main one. More...


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 array( '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 | ( | ) |
Definition at line 132 of file DerivativeResourceLoaderContext.php.
References $debug.
| DerivativeResourceLoaderContext::getDirection | ( | ) |
Definition at line 83 of file DerivativeResourceLoaderContext.php.
References $direction, Language\factory(), and getLanguage().
| DerivativeResourceLoaderContext::getLanguage | ( | ) |
Definition at line 66 of file DerivativeResourceLoaderContext.php.
References $language.
Referenced by getDirection().
| DerivativeResourceLoaderContext::getModules | ( | ) |
Definition at line 52 of file DerivativeResourceLoaderContext.php.
References $modules.
| DerivativeResourceLoaderContext::getOnly | ( | ) |
Definition at line 147 of file DerivativeResourceLoaderContext.php.
References $only.
| DerivativeResourceLoaderContext::getRaw | ( | ) |
Definition at line 177 of file DerivativeResourceLoaderContext.php.
References $raw.
| DerivativeResourceLoaderContext::getRequest | ( | ) |
Definition at line 191 of file DerivativeResourceLoaderContext.php.
| DerivativeResourceLoaderContext::getResourceLoader | ( | ) |
Definition at line 195 of file DerivativeResourceLoaderContext.php.
| DerivativeResourceLoaderContext::getSkin | ( | ) |
Definition at line 101 of file DerivativeResourceLoaderContext.php.
| DerivativeResourceLoaderContext::getUser | ( | ) |
Definition at line 116 of file DerivativeResourceLoaderContext.php.
| DerivativeResourceLoaderContext::getVersion | ( | ) |
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.
| 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 | $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.