Searched refs:MatrixClient (Results 1 – 5 of 5) sorted by relevance
17 * @var MatrixClient32 $this->client = new MatrixClient(self::HOSTNAME);
7 use MatrixPhp\MatrixClient; alias178 $client = new MatrixClient( $this -> getConf ( 'server' ) );
24 use MatrixPhp\MatrixClient;26 $client = new MatrixClient("http://localhost:8008");
20 /** @var MatrixClient */41 public function __construct(MatrixClient $client, string $roomId) {
45 class MatrixClient { class