| 1 | <?php |
||
| 19 | trait ObjectManagerAwareTrait |
||
| 20 | { |
||
| 21 | use ServiceManagerAwareTrait; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @return ObjectManager |
||
| 25 | */ |
||
| 26 | protected function getObjectManager($class) |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param string $interface |
||
| 35 | * @return string |
||
| 36 | */ |
||
| 37 | protected function getEnityClass($interface) |
||
| 43 | |||
| 44 | /** |
||
| 45 | * @param string $interface |
||
| 46 | * @return ObjectRepository |
||
| 47 | */ |
||
| 48 | protected function getRepository($interface) |
||
| 54 | } |
||
| 55 |