| 1 | <?php |
||
| 23 | class InterfaceDefinition extends AbstractTypeDefinition implements InterfaceDefinitionInterface |
||
| 24 | { |
||
| 25 | use HasInterfaces; |
||
| 26 | use HasFields; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return TypeInterface |
||
| 30 | */ |
||
| 31 | public static function getType(): TypeInterface |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param TypeDefinition $definition |
||
| 38 | * @return bool |
||
| 39 | */ |
||
| 40 | 3 | public function instanceOf(TypeDefinition $definition): bool |
|
| 44 | } |
||
| 45 |