phpstorm-live-templates-magento-2 icon indicating copy to clipboard operation
phpstorm-live-templates-magento-2 copied to clipboard

PHP Doc Block Models and Resource Models to have return types

Open brideo opened this issue 8 years ago • 0 comments

Example:

 * Class Collection
 *
 * @method \Brideo\Example\Model\ResourceModel\HelloWorld getResource()
 *
 * @package Brideo\Example\Model\ResourceModel\HelloWorld
 */
class Collection extends AbstractCollection```


This applies to:

* Collections: `getResource()`
* Models: `_getResource()`

brideo avatar Feb 29 '16 13:02 brideo