| 1 | <?php |
||
| 9 | class JsonScopeTokenValueSerializer implements ScopeTokenValueSerializerInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Serialize the given value from the scope to a string representation. |
||
| 13 | * |
||
| 14 | * @param array|string $scopeValue |
||
| 15 | * @param boolean $escape |
||
| 16 | * @return string |
||
| 17 | * @throws ScopeTokenValueSerializationException |
||
| 18 | */ |
||
| 19 | 2 | public function getSerializedValue($scopeValue, $escape = False) |
|
| 51 | } |