Home
last modified time | relevance | path

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

/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php41 'system.listMethods',
42 'this:listMethods',
H A DServer.php156 $this->callbacks['system.listMethods'] = 'this:listMethods';
160 public function listMethods($args) function in IXR\\Server\\Server