@@ -22,5 +22,8 @@ |
||
| 22 | 22 | |
| 23 | 23 | public function usersOfIds(array $userIds) : array; |
| 24 | 24 | |
| 25 | + /** |
|
| 26 | + * @param string $search |
|
| 27 | + */ |
|
| 25 | 28 | public function usersOfSearchString($search, array $excludedIds = []) : array; |
| 26 | 29 | } |
@@ -150,6 +150,9 @@ |
||
| 150 | 150 | return $this->owners; |
| 151 | 151 | } |
| 152 | 152 | |
| 153 | + /** |
|
| 154 | + * @return Member |
|
| 155 | + */ |
|
| 153 | 156 | public function owner(UserId $userId) : ?Owner |
| 154 | 157 | { |
| 155 | 158 | foreach ($this->owners() as $owner) { |