1 | <?php |
||
21 | class InputDefinition extends AbstractTypeDefinition implements InputDefinitionInterface |
||
22 | { |
||
23 | use HasInputFields; |
||
24 | |||
25 | /** |
||
26 | * @return TypeInterface |
||
27 | */ |
||
28 | 1 | public static function getType(): TypeInterface |
|
32 | |||
33 | /** |
||
34 | * @return bool |
||
35 | */ |
||
36 | public function isRenderable(): bool |
||
40 | |||
41 | /** |
||
42 | * @return bool |
||
43 | */ |
||
44 | public function isInputable(): bool |
||
48 | } |
||
49 |