1 | <?php |
||
13 | class TestType extends AbstractAnnotatedObjectType |
||
14 | { |
||
15 | public function __construct(RegistryInterface $registry) |
||
19 | |||
20 | /** |
||
21 | * @Field() |
||
22 | * @param TestObject $test |
||
23 | * @param string $param |
||
24 | * @return string |
||
25 | */ |
||
26 | public function customField(TestObject $test, string $param = 'foo'): string |
||
30 | } |
||
31 |