Home
last modified time | relevance | path

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

/dokuwiki/inc/Remote/OpenApiDoc/
DDocBlockMethod.php5 use ReflectionFunction; alias
15 * @param ReflectionMethod|ReflectionFunction $reflector
27 if ($this->reflector instanceof ReflectionFunction) {
/dokuwiki/inc/Remote/
DApiCall.php8 use ReflectionFunction; alias
72 $reflect = new ReflectionFunction($this->method);