@@ -182,6 +182,10 @@ |
||
| 182 | 182 | return $query; |
| 183 | 183 | } |
| 184 | 184 | |
| 185 | + /** |
|
| 186 | + * @param string $related |
|
| 187 | + * @param string $foreignKey |
|
| 188 | + */ |
|
| 185 | 189 | abstract public function hasOne($related, $foreignKey = null, $localKey = null); |
| 186 | 190 | abstract public function isPrivateInternal(); |
| 187 | 191 | } |