Home
last modified time | relevance | path

Searched refs:MatrixClient (Results 1 – 5 of 5) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/
DUserTest.php17 * @var MatrixClient
32 $this->client = new MatrixClient(self::HOSTNAME);
/plugin/matrixnotifierwas/
Dhelper.php7 use MatrixPhp\MatrixClient; alias
178 $client = new MatrixClient( $this -> getConf ( 'server' ) );
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/
DREADME.md24 use MatrixPhp\MatrixClient;
26 $client = new MatrixClient("http://localhost:8008");
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php20 /** @var MatrixClient */
41 public function __construct(MatrixClient $client, string $roomId) {
DMatrixClient.php45 class MatrixClient { class