Room
in package
This class describes a Matrix room.
Table of Contents
Properties
Methods
- __construct() : mixed
- The main constructor.
- get_alias() : The
- Get room alias.
- get_id() : The
- Get room ID.
Properties
$alias
private
Room|ID
$alias
$id
private
ID
$id
Methods
__construct()
The main constructor.
public
__construct( $alias, ID $id) : mixed
Parameters
- $alias :
-
Room alias.
- $id : ID
-
Room ID.
get_alias()
Get room alias.
public
get_alias() : The
Return values
The —room alias.
get_id()
Get room ID.
public
get_id() : The
Return values
The —room ID.