Lines Matching refs:method
69 $method = '';
73 $method = $match[1];
79 'method' => $method,
88 'method' => $method,
153 foreach ($methods as $method => $call) {
154 $this->documentation['paths']['/' . $method] = [
155 'post' => $this->getMethodDefinition($method, $call),
163 * @param string $method API method name
167 protected function getMethodDefinition(string $method, ApiCall $call) argument
188 'operationId' => $method,
189 'summary' => $call->getSummary() ?: $method,