1 | <?php |
||
22 | class InterfaceDefinition extends AbstractTypeDefinition implements ObjectDefinitionInterface |
||
|
|||
23 | { |
||
24 | use HasInterfaces; |
||
25 | |||
26 | /** |
||
27 | * @return TypeInterface |
||
28 | */ |
||
29 | public static function getType(): TypeInterface |
||
33 | |||
34 | /** |
||
35 | * @param TypeDefinition $definition |
||
36 | * @return bool |
||
37 | */ |
||
38 | public function instanceOf(TypeDefinition $definition): bool |
||
42 | } |
||
43 |