@@ -24,5 +24,8 @@ |
||
| 24 | 24 | */ |
| 25 | 25 | interface SelfServiceExecutable |
| 26 | 26 | { |
| 27 | + /** |
|
| 28 | + * @return string |
|
| 29 | + */ |
|
| 27 | 30 | public function getIdentityId(); |
| 28 | 31 | } |