Home
last modified time | relevance | path

Searched refs:ensureAccessIsAllowed (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/Remote/
H A DApiTest.php131 $this->remote->ensureAccessIsAllowed(new ApiCall('time'));
141 $this->remote->ensureAccessIsAllowed(new ApiCall('time'));
150 $this->remote->ensureAccessIsAllowed(new ApiCall('time'));
162 $this->remote->ensureAccessIsAllowed(new ApiCall('time'));
175 $this->remote->ensureAccessIsAllowed(new ApiCall('time'));
/dokuwiki/inc/Remote/
H A DApi.php133 $this->ensureAccessIsAllowed($methods[$method]);
164 public function ensureAccessIsAllowed(ApiCall $method) function in dokuwiki\\Remote\\Api