| 1 | <?php |
||
| 13 | class RemoteCache extends Minifier |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var string |
||
| 17 | */ |
||
| 18 | public $url = 'http://s9e-textformatter.rhcloud.com/minifier/cache/'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | */ |
||
| 23 | 2 | public function minify($src) |
|
| 40 | |||
| 41 | /** |
||
| 42 | * Compute a source's hash |
||
| 43 | * |
||
| 44 | * @param string $src Original source |
||
| 45 | * @return string 36 bytes string |
||
| 46 | */ |
||
| 47 | 2 | protected function getHash($src) |
|
| 51 | } |