context; $methods = $type->getNativeMethods(); if (empty($methods)) { return; } ArrayHelper::multisort($methods, 'name'); ?>

Method Details

createSubjectLink($method, '', [ 'title' => 'direct link to this method', 'class' => 'tool-link hash', ]) ?> getSourceUrl($method->definedBy, $method->startLine)) !== null): ?> name ?>() visibility ?> isAbstract ? 'abstract' : '' ?> isStatic ? 'static' : '' ?> method since)): ?> (available since version since ?>)
deprecatedSince) || !empty($method->deprecatedReason)): ?>
Deprecated deprecatedSince)) { echo 'since version ' . $method->deprecatedSince . ': '; } if (!empty($method->deprecatedReason)) { echo ApiMarkdown::process($method->deprecatedReason, $type, true); } ?>

shortDescription, $type, true) ?>

description, $type) ?> render('seeAlso', ['object' => $method]) ?>
params) || !empty($method->return) || !empty($method->exceptions)): ?> params as $param): ?> return)): ?> exceptions as $exception => $description): ?>
renderMethodSignature($method, $type) ?>
name, 'php') ?> createTypeLink($param->types) ?> description, $type) ?>
return createTypeLink($method->returnTypes, $type) ?> return, $type) ?>
throws createTypeLink($exception) ?>
renderPartial('sourceCode',array('object'=>$method)); ?>