- nainstaluj plugin DynamicReturnType
- do projektu přidej soubor dynamicReturnTypeMeta.json.
- soubor bohužel musí být v projektu, proto doporučujeme složku
.idea
- zační používat a IDE začne napovídat.
-
-
Save Vrtak-CZ/3ee8296a960aee750f2a to your computer and use it in GitHub Desktop.
Dynamic Return Type
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"methodCalls": [ | |
{ | |
"class": "\\Slevomat\\Entity\\EntityManager", | |
"method": "create", | |
"position": 0 | |
}, | |
{ | |
"class": "\\Slevomat\\Entity\\EntityManager", | |
"method": "getByPrimary", | |
"position": 0 | |
}, | |
{ | |
"class": "\\Slevomat\\Entity\\EntityManager", | |
"method": "getByParams", | |
"position": 0 | |
}, | |
{ | |
"class": "\\Slevomat\\Entity\\EntityManager", | |
"method": "getAllByParams", | |
"position": 0, | |
"mask": "%s[]\\DibiFluent" | |
}, | |
{ | |
"class": "\\Slevomat\\Entity\\EntityManager", | |
"method": "getByDatabaseData", | |
"position": 0 | |
}, | |
{ | |
"class": "\\Nette\\DI\\Container", | |
"method": "getByType", | |
"position": 0 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment