| 1 | <?php |
||
| 13 | class Upload extends ScalarPluginBase { |
||
|
|
|||
| 14 | |||
| 15 | /** |
||
| 16 | * {@inheritdoc} |
||
| 17 | */ |
||
| 18 | public static function serialize($value) { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | public static function parseValue($value) { |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | public static function parseLiteral($ast) { |
||
| 35 | |||
| 36 | } |
||
| 37 |