Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 7, 2017
1 parent 690c9d7 commit 52b6605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ With the generated meta file this becomes not necessary anymore.
It will automatically detect this static factory call in the map and hint `$users` as `\App\Model\Table\UsersTable`, making
`doSomething()` available in the IDE for method argument checking and following.

This task also annotates the dynamic model factory calls (e.g. `$this->getTableLocator()->get('Users')`).

### Adding your own tasks
Just create your own Task class:
```php
Expand Down

0 comments on commit 52b6605

Please sign in to comment.