|
|
@ -23,8 +23,8 @@ use yii\apidoc\models\TraitDoc; |
|
|
|
ksort($types); |
|
|
|
ksort($types); |
|
|
|
foreach($types as $i=>$class): ?> |
|
|
|
foreach($types as $i=>$class): ?> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<td><?php echo $this->context->typeLink($class, $class->name); ?></td>
|
|
|
|
<td><?= $this->context->typeLink($class, $class->name) ?></td>
|
|
|
|
<td><?php echo $class->shortDescription; ?></td>
|
|
|
|
<td><?= \yii\apidoc\helpers\Markdown::process($class->shortDescription, $class) ?></td>
|
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
<?php endforeach; ?> |
|
|
|
<?php endforeach; ?> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|