|
MediaWiki
1.23.0
|
Module for user preference customizations. More...


Public Member Functions | |
| getDependencies () | |
| getGroup () | |
| getModifiedTime (ResourceLoaderContext $context) | |
| getStyles (ResourceLoaderContext $context) | |
Public Member Functions inherited from ResourceLoaderModule | |
| getDefinitionMtime (ResourceLoaderContext $context) | |
| Helper method for calculating when this module's definition summary was last changed. More... | |
| getDefinitionSummary (ResourceLoaderContext $context) | |
| Get the definition summary for this module. More... | |
| getFileDependencies ( $skin) | |
| Get the files this module depends on indirectly for a given skin. More... | |
| getFlip ( $context) | |
| getHashMtime (ResourceLoaderContext $context) | |
| Helper method for calculating when the module's hash (if it has one) changed. More... | |
| getLoaderScript () | |
| Get the loader JS for this module, if set. More... | |
| getMessages () | |
| Get the messages needed for this module. More... | |
| getModifiedHash (ResourceLoaderContext $context) | |
| Get the hash for whatever this module may contain. More... | |
| getMsgBlobMtime ( $lang) | |
| Get the last modification timestamp of the message blob for this module in a given language. More... | |
| getName () | |
| Get this module's name. More... | |
| getOrigin () | |
| Get this module's origin. More... | |
| getPosition () | |
| Where on the HTML page should this module's JS be loaded? More... | |
| getScript (ResourceLoaderContext $context) | |
| Get all JS for this module for a given language and skin. More... | |
| getScriptURLsForDebug (ResourceLoaderContext $context) | |
| Get the URL or URLs to load for this module's JS in debug mode. More... | |
| getSource () | |
| Get the origin of this module. More... | |
| getStyleURLsForDebug (ResourceLoaderContext $context) | |
| Get the URL or URLs to load for this module's CSS in debug mode. More... | |
| getTargets () | |
| Get target(s) for the module, eg ['desktop'] or ['desktop', 'mobile']. More... | |
| isKnownEmpty (ResourceLoaderContext $context) | |
| Check whether this module is known to be empty. More... | |
| isRaw () | |
| Whether this module's JS expects to work without the client-side ResourceLoader module. More... | |
| setFileDependencies ( $skin, $deps) | |
| Set preloaded file dependency information. More... | |
| setMsgBlobMtime ( $lang, $mtime) | |
| Set a preloaded message blob last modification timestamp. More... | |
| setName ( $name) | |
| Set this module's name. More... | |
| setOrigin ( $origin) | |
| Set this module's origin. More... | |
| supportsURLLoading () | |
| Whether this module supports URL loading. More... | |
Protected Attributes | |
| $modifiedTime = array() | |
| $origin = self::ORIGIN_CORE_INDIVIDUAL | |
Protected Attributes inherited from ResourceLoaderModule | |
| $fileDeps = array() | |
| $msgBlobMtime = array() | |
| $name = null | |
| $origin = self::ORIGIN_CORE_SITEWIDE | |
| $targets = array( 'desktop' ) | |
Additional Inherited Members | |
Public Attributes inherited from ResourceLoaderModule | |
| const | ORIGIN_ALL = 10 |
| const | ORIGIN_CORE_INDIVIDUAL = 2 |
| const | ORIGIN_CORE_SITEWIDE = 1 |
| const | ORIGIN_USER_INDIVIDUAL = 4 |
| const | ORIGIN_USER_SITEWIDE = 3 |
| const | TYPE_COMBINED = 'combined' |
| const | TYPE_MESSAGES = 'messages' |
| const | TYPE_SCRIPTS = 'scripts' |
| const | TYPE_STYLES = 'styles' |
Protected Member Functions inherited from ResourceLoaderModule | |
| validateScriptFile ( $fileName, $contents) | |
| Validate a given script file; if valid returns the original source. More... | |
Static Protected Member Functions inherited from ResourceLoaderModule | |
| static | javaScriptParser () |
| static | safeFilemtime ( $filename) |
| Safe version of filemtime(), which doesn't throw a PHP warning if the file doesn't exist but returns 1 instead. More... | |
Module for user preference customizations.
Definition at line 28 of file ResourceLoaderUserCSSPrefsModule.php.
| ResourceLoaderUserCSSPrefsModule::getDependencies | ( | ) |
Reimplemented from ResourceLoaderModule.
Definition at line 100 of file ResourceLoaderUserCSSPrefsModule.php.
References array().
| ResourceLoaderUserCSSPrefsModule::getGroup | ( | ) |
Reimplemented from ResourceLoaderModule.
Definition at line 93 of file ResourceLoaderUserCSSPrefsModule.php.
| ResourceLoaderUserCSSPrefsModule::getModifiedTime | ( | ResourceLoaderContext | $context | ) |
| $context | ResourceLoaderContext |
Reimplemented from ResourceLoaderModule.
Definition at line 42 of file ResourceLoaderUserCSSPrefsModule.php.
References $hash, $wgUser, ResourceLoaderContext\getHash(), global, TS_UNIX, and wfTimestamp().
| ResourceLoaderUserCSSPrefsModule::getStyles | ( | ResourceLoaderContext | $context | ) |
| $context | ResourceLoaderContext |
Reimplemented from ResourceLoaderModule.
Definition at line 56 of file ResourceLoaderUserCSSPrefsModule.php.
References $options, $wgUser, array(), ResourceLoaderModule\getFlip(), global, and CSSJanus\transform().
|
protected |
Definition at line 32 of file ResourceLoaderUserCSSPrefsModule.php.
|
protected |
Definition at line 34 of file ResourceLoaderUserCSSPrefsModule.php.