Last active
October 2, 2015 02:14
Revisions
-
irnnr revised this gist
Sep 11, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ TYPO3 Dynamic Return Type code completion When using PhpStorm: * install DynamicReturnTypePlugin from http://plugins.jetbrains.com/plugin/7251?pr=phpStorm&showAllUpdates=true * add dynamicReturnTypeMeta.json to your TYPO3 CMS project root * live a better life -
irnnr created this gist
Sep 11, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ TYPO3 Dynamic Return Type code completion When using PhpStorm: * install the DynamicReturnTypePlugin from http://plugins.jetbrains.com/plugin/7251?pr=phpStorm&showAllUpdates=true * add dynamicReturnTypeMeta.json to your TYPO3 CMS project root * live a better life You're welcome, you owe me a beer. This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ { "methodCalls": [ { "class": "\\TYPO3\\CMS\\Core\\Utility\\GeneralUtility", "method": "makeInstance", "position": 0 }, { "class": "\\TYPO3\\CMS\\Extbase\\Object\\ObjectManager", "method": "get", "position": 0 }, { "class": "\\TYPO3\\CMS\\Extbase\\Object\\ObjectManager", "method": "create", "position": 0 } ] }