Commit 7b52fd5e by Carsten Brandt

Merge pull request #6707 from cui-liang/patch-1

Changed typeLink() method to createTypeLink()
parents d5176a46 30ba88e9
...@@ -24,7 +24,7 @@ ksort($types); ...@@ -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; ?>
......
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