Home
last modified time | relevance | path

Searched refs:getReturn (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Remote/
DApiCall.php121 public function getReturn() function in dokuwiki\\Remote\\ApiCall
123 return $this->getDocs()->getReturn();
/dokuwiki/_test/tests/Remote/OpenApiDoc/
DDocBlockClassTest.php46 $methodReturn = $method->getReturn();
DDocBlockMethodTest.php72 $return = $doc->getReturn();
/dokuwiki/inc/Remote/OpenApiDoc/
DDocBlockMethod.php48 public function getReturn() function in dokuwiki\\Remote\\OpenApiDoc\\DocBlockMethod
DOpenAPIGenerator.php178 $retType = $call->getReturn()['type'];
181 'description' => $call->getReturn()['description'],
/dokuwiki/_test/tests/Remote/
DApiTest.php116 $methods['plugin.testplugin2.commented']->getReturn()