Total Complexity | 10 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class AssociationStubMonomorphic extends AssociationStubBase |
||
6 | { |
||
7 | /** |
||
8 | * @param \AlgoWeb\PODataLaravel\Models\ObjectMap\Entities\Associations\AssociationStubBase $otherStub |
||
9 | * |
||
10 | * @return bool |
||
11 | */ |
||
12 | public function isCompatible(AssociationStubBase $otherStub) |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | public function morphicType() |
||
50 |