Method |
Description |
|
__construct ( $connectionId, $userId, $username, $fullName, $type, $id ) |
|
|
getChanged ( ) : integer |
Returns the timestamp for the last interaction. |
|
getConnectionId ( ) : integer |
Returns the connectionId for the user in this collaboration. |
|
getFullName ( ) : string |
Return the full name for the user in this collaboration. |
|
getId ( ) : mixed |
Returns the id of the entity the user collaborating on. |
|
getType ( ) : string |
Returns the type of the entity the user is collaborating on. |
|
getUserId ( ) : integer |
Returns the userId for the user in this collaboration. |
|
getUsername ( ) : string |
Return the username for the user in this collaboration. |
|
setChanged ( integer $changed ) |
Sets the timestamp for the last interaction. |
|