| Total Complexity | 6 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class Base extends \Aimeos\Client\JsonApi\Base |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Clears the basket cache shared between HTML and JSON clients |
||
| 24 | */ |
||
| 25 | protected function clearCache() |
||
| 31 | } |
||
| 32 | } |
||
| 33 | |||
| 34 | |||
| 35 | /** |
||
| 36 | * Translates the plugin error codes to human readable error strings. |
||
| 37 | * |
||
| 38 | * @param array $codes Associative list of scope and object as key and error code as value |
||
| 39 | * @return array List of translated error messages |
||
| 40 | */ |
||
| 41 | protected function translatePluginErrorCodes( array $codes ) |
||
| 58 |