Commit 30ba88e9 by ╃巡洋艦㊣

Changed typeLink() method to createTypeLink()

Error: Calling unknown method: yii\apidoc\templates\online\ApiRenderer::typeLink()
parent d5176a46
......@@ -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; ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment