Total Complexity | 2 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | trait KabsaRelationships |
||
10 | { |
||
11 | public function belongsToKabsaRow($related, $foreignKey = null, $ownerKey = null) |
||
12 | { |
||
13 | return new BelongsToCached($related, $this, $foreignKey, $ownerKey); |
||
|
|||
14 | } |
||
15 | |||
16 | public function hasManyKabsaRows($related, $foreignKey = null, $ownerKey = null) |
||
19 | } |
||
20 | } |