| 1 | <?php |
||
| 14 | class Map extends ScalarPluginBase { |
||
|
|
|||
| 15 | |||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | */ |
||
| 19 | public static function serialize($value) { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | */ |
||
| 30 | public static function parseValue($value) { |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | public static function parseLiteral($ast) { |
||
| 40 | } |
||
| 41 |