Total Complexity | 1 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | class HasMany extends AbstractRelation implements RelationInterface |
||
25 | { |
||
26 | /** |
||
27 | * |
||
28 | * Returns the related foreign collection for a native entity. |
||
29 | * |
||
30 | * @param mixed $entity The native entity. |
||
31 | * |
||
32 | * @return GenericCollection |
||
33 | * |
||
34 | */ |
||
35 | public function getForEntity($entity) |
||
44 |