[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 150 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ClosureCompilerService:: (6 methods):
__construct()
getCacheDifferentiator()
minify()
decodeResponse()
generateRequestBody()
query()
Class: ClosureCompilerService - X-Ref
__construct() X-Ref |
Constructor |
getCacheDifferentiator() X-Ref |
{@inheritdoc} |
minify($src) X-Ref |
Compile given JavaScript source via the Closure Compiler Service param: string $src JavaScript source return: string Compiled source |
decodeResponse($response) X-Ref |
Decode the response returned by the Closure Compiler service param: string $response Response body return: string Minified code |
generateRequestBody($src) X-Ref |
Generate the request body for given code param: string $src JavaScript source return: string Compiled source |
query($body) X-Ref |
Query the Closure Compiler service param: string $body Request body return: string|false Response body, or FALSE |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |