Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Sep 28, 2017
2 parents 9c5c31c + ba29fac commit 94ed2c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ Direct and main information can be found on [https://developers.google.com/closu
Returns [GoogleClosureCompiler\Response](https://github.com/Machy8/google-closure-compiler/blob/master/src/Compiler/Response.php) if connection was successful otherwise returns NULL.

| Method | Parameters | Constants |
|:---------------------:|:------------------------:|:-------------------:|
|-----------------------|--------------------------|---------------------|
| compile | | |
| enableClosureCompiler | | |
| enableStatistics | | |
| excludeDefaultExterns | | |
| setCodeUrl | string | string [] $url | |
| setCodeUrl | string \| string [] $url | |
| setCompilationLevel | string $level | COMPILATION_LEVEL_* |
| setExternsUrl | string | string[] $value | |
| setExternsUrl | string \| string[] $value| |
| setFormattingType | string $type | FORMATTING_* |
| setJsCode | string $code | |
| setJsExterns | string $jsCode | |
Expand All @@ -86,10 +86,10 @@ Returns [GoogleClosureCompiler\Response](https://github.com/Machy8/google-closur
| setWarningLevel | string $level | WARNING_LEVEL_* |

### Response
Is parsed json from previous request
Is parsed json from response of previous request.

| Method | Returns |
|:-----------------------:|:-------------------------------------------------:|
|-------------------------|---------------------------------------------------|
| getCompiledCode | string - compiled code |
| getErrors | array - errors |
| getOutputFilePath | string - url path to file |
Expand Down

0 comments on commit 94ed2c6

Please sign in to comment.