Home
last modified time | relevance | path

Searched refs:getDocs (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Remote/
H A DApiCall.php65 public function getDocs() function in dokuwiki\\Remote\\ApiCall
113 return $this->getDocs()->getParameters();
123 return $this->getDocs()->getReturn();
133 return $this->getDocs()->getSummary();
143 return $this->getDocs()->getDescription();
167 foreach ($this->getDocs()->getParameters() as $arg => $arginfo) {
/dokuwiki/_test/tests/Remote/
H A DApiCallTest.php42 $docs = $call->getDocs();
62 $docs = $call->getDocs();
/dokuwiki/inc/Remote/OpenApiDoc/
H A DOpenAPIGenerator.php170 $links = $call->getDocs()->getTag('link');
239 if ($call->getDocs()->getTag('deprecated')) {
242 $call->getDocs()->getTag('deprecated')[0] .