File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 58
58
* @Attribute("paginationMaximumItemsPerPage", type="int"),
59
59
* @Attribute("paginationPartial", type="bool"),
60
60
* @Attribute("paginationViaCursor", type="array"),
61
+ * @Attribute("parent", type="string"),
62
+ * @Attribute("property", type="string"),
61
63
* @Attribute("routePrefix", type="string"),
62
64
* @Attribute("security", type="string"),
63
65
* @Attribute("securityMessage", type="string"),
@@ -378,6 +380,20 @@ final class ApiResource
378
380
*/
379
381
private $ paginationPartial ;
380
382
383
+ /**
384
+ * @see https://github.com/Haehnchen/idea-php-annotation-plugin/issues/112
385
+ *
386
+ * @var string
387
+ */
388
+ private $ parent ;
389
+
390
+ /**
391
+ * @see https://github.com/Haehnchen/idea-php-annotation-plugin/issues/112
392
+ *
393
+ * @var string
394
+ */
395
+ private $ property ;
396
+
381
397
/**
382
398
* @see https://api-platform.com/docs/core/operations/#prefixing-all-routes-of-all-operations
383
399
* @see https://github.com/Haehnchen/idea-php-annotation-plugin/issues/112
You can’t perform that action at this time.
0 commit comments