mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-04 06:37:55 +08:00
Changed typeLink() method to createTypeLink()
Error: Calling unknown method: yii\apidoc\templates\online\ApiRenderer::typeLink()
This commit is contained in:
@ -24,7 +24,7 @@ ksort($types);
|
||||
foreach ($types as $i => $class):
|
||||
?>
|
||||
<tr>
|
||||
<td><?= $this->context->typeLink($class, $class->name) ?></td>
|
||||
<td><?= $this->context->createTypeLink($class, $class, $class->name) ?></td>
|
||||
<td><?= \yii\apidoc\helpers\ApiMarkdown::process($class->shortDescription, $class, true) ?></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
|
||||
Reference in New Issue
Block a user