| 1 | <?php |
||
| 14 | class Any extends GraphQLString { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | */ |
||
| 19 | public static function serialize($value) { |
||
| 34 | |||
| 35 | /** |
||
| 36 | * {@inheritdoc} |
||
| 37 | */ |
||
| 38 | public static function parseValue($value) { |
||
| 41 | |||
| 42 | /** |
||
| 43 | * {@inheritdoc} |
||
| 44 | */ |
||
| 45 | public static function parseLiteral($ast) { |
||
| 48 | |||
| 49 | } |
||
| 50 |