| 1 | <?php |
||
| 17 | class ElasticsearchModel extends Eloquent implements IElasticsearchModel |
||
| 18 | { |
||
| 19 | protected $relationshipKey; |
||
| 20 | |||
| 21 | protected static function di(): Container |
||
| 25 | |||
| 26 | public function getRelationshipKey(): RelationshipKey |
||
| 30 | |||
| 31 | public function setRelationshipKey(RelationshipKey $relationshipKey) |
||
| 35 | |||
| 36 | protected function belongsTo(string $class) |
||
| 40 | |||
| 41 | protected function hasMany(string $class) |
||
| 45 | } |