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