Move Model\Profile::getMyUrl to UserSessions
This commit is contained in:
@@ -65,6 +65,13 @@ interface IHandleUserSessions extends IHandleSessions
|
||||
*/
|
||||
public function getUserIDForVisitorContactID(int $cid): int;
|
||||
|
||||
/**
|
||||
* Returns the account URL of the currently logged in user
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getMyUrl(): string;
|
||||
|
||||
/**
|
||||
* Returns if the current visitor is authenticated
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user