Searched refs:MatrixHttpApi (Results 1 – 7 of 7) sorted by relevance
5 use MatrixPhp\MatrixHttpApi; alias14 …public function __construct(MatrixHttpApi $client, string $userId, ?string $deviceId, array &$encr…
19 * @param MatrixHttpApi $api24 public function __construct(MatrixHttpApi $api, string $userId, ?string $displayName = null) {
64 * @var MatrixHttpApi121 $this->api = new MatrixHttpApi($baseUrl, $token);571 public function api(): MatrixHttpApi {
890 protected function api(): MatrixHttpApi {
29 class MatrixHttpApi { class
50 * @var MatrixHttpApi57 $this->api = new MatrixHttpApi('http://example.com');
41 use MatrixPhp\MatrixHttpApi;43 $matrix = new MatrixHttpApi("http://localhost:8008", $sometoken);