mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-04 22:57:40 +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):
|
foreach ($types as $i => $class):
|
||||||
?>
|
?>
|
||||||
<tr>
|
<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>
|
<td><?= \yii\apidoc\helpers\ApiMarkdown::process($class->shortDescription, $class, true) ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user