getNativeMethods(); if (empty($methods)) { return; } ?>
= $this->context->renderMethodSignature($method) ?>
| ||
= $param->name ?> | = $this->context->typeLink($param->types) ?> | = Markdown::process($param->description, $type) ?> |
= 'return'; ?> | = $this->context->typeLink($method->returnTypes); ?> | = Markdown::process($method->return, $type); ?> |
= 'throws' ?> | = $this->context->typeLink($exception) ?> | = Markdown::process($description, $type) ?> |
= Markdown::process($method->shortDescription, $type) ?>
= Markdown::process($method->description, $type) ?>
= $this->render('seeAlso', ['object' => $method]); ?>