I hereby claim:
- I am araines on github.
- I am araines (https://keybase.io/araines) on keybase.
- I have a public key ASBk7K5BpAp5SMEvpkBg_d6P2GMamnPeoN4UWIG4o-bRUQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| class FooRepository extends EntityRepository | |
| { | |
| public function findCategories() | |
| { | |
| return $this->getCategoriesQueryBuilder() | |
| ->getQuery() | |
| ->getResult(); | |
| } |