| 1 | <?php |
||
| 10 | abstract class AbstractAnnotatedObjectType extends AbstractObjectType |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var RegistryInterface |
||
| 14 | */ |
||
| 15 | private $registry; |
||
| 16 | |||
| 17 | public function __construct(RegistryInterface $registry) |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param ObjectTypeConfig $config |
||
| 25 | */ |
||
| 26 | public function build($config) |
||
| 32 | } |