| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 472 lines (11 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
JavaScript:: (15 methods):
__construct()
getMinifier()
getParser()
setMinifier()
encode()
getExports()
getFunctionCache()
getHints()
getPluginsConfig()
getRegisteredVarsConfig()
getRootContext()
getSource()
getStylesheet()
getTagsConfig()
injectConfig()
Class: JavaScript - X-Ref
| __construct(Configurator $configurator) X-Ref |
| Constructor param: Configurator $configurator Configurator |
| getMinifier() X-Ref |
| Return the cached instance of Minifier (creates one if necessary) return: Minifier |
| getParser(array $config = null) X-Ref |
| Get a JavaScript parser param: array $config Config array returned by the configurator return: string JavaScript parser |
| setMinifier($minifier) X-Ref |
| Set the cached instance of Minifier Extra arguments will be passed to the minifier's constructor param: string|Minifier $minifier Name of a supported minifier, or an instance of Minifier return: Minifier The new minifier |
| encode($value) X-Ref |
| Encode a PHP value into an equivalent JavaScript representation param: mixed $value Original value return: string JavaScript representation |
| getExports() X-Ref |
| Generate and return the public API return: string JavaScript Code |
| getFunctionCache() X-Ref |
return: string Function cache serialized as a JavaScript object |
| getHints() X-Ref |
| Generate a HINT object that contains informations about the configuration return: string JavaScript Code |
| getPluginsConfig() X-Ref |
| Return the plugins' config return: Dictionary |
| getRegisteredVarsConfig() X-Ref |
| getRootContext() X-Ref |
| Return the root context config return: array |
| getSource() X-Ref |
| Return the parser's source return: string |
| getStylesheet() X-Ref |
| Return the JavaScript representation of the stylesheet return: string |
| getTagsConfig() X-Ref |
| Return the tags' config return: Dictionary |
| injectConfig($src) X-Ref |
| Inject the parser config into given source param: string $src Parser's source return: string Modified source |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |