Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Doc Block Models and Resource Models to have return types #3

Open
brideo opened this issue Feb 29, 2016 · 0 comments
Open

PHP Doc Block Models and Resource Models to have return types #3

brideo opened this issue Feb 29, 2016 · 0 comments

Comments

@brideo
Copy link
Owner

brideo commented Feb 29, 2016

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()`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant