1 | <?php |
||
13 | class MorphTo extends BelongsTo |
||
14 | { |
||
15 | use HasMorphTypeTrait; |
||
16 | |||
17 | /** @noinspection PhpMissingParentCallCommonInspection |
||
18 | * @return string |
||
19 | * @throws ModelNotLoadedInRelation |
||
20 | */ |
||
21 | 3 | public function getWithClass() |
|
27 | |||
28 | /** |
||
29 | * @return mixed |
||
30 | * @throws ModelNotLoadedInRelation |
||
31 | */ |
||
32 | 3 | public function getMorphType() |
|
41 | |||
42 | /** |
||
43 | * @param $params |
||
44 | */ |
||
45 | 1 | public function addParams($params) |
|
50 | |||
51 | } |
||
52 |