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 ?> method since)): ?> (available since version since ?>)

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) ?>
name, 'php') ?> createTypeLink($param->types) ?> description, $type) ?>
return createTypeLink($method->returnTypes) ?> return, $type) ?>
throws createTypeLink($exception) ?>
renderPartial('sourceCode',array('object'=>$method)); ?>