From 7e02fdd366f4a6d724136d0d934efe8073e18777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=95=83=E5=B7=A1=E6=B4=8B=E8=89=A6=E3=8A=A3?= Date: Wed, 31 Dec 2014 22:28:19 +0800 Subject: [PATCH] Changed typeLink() method to createTypeLink() Error: Calling unknown method: yii\apidoc\templates\online\ApiRenderer::typeLink() --- templates/online/views/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/online/views/index.php b/templates/online/views/index.php index 7b004063..e717d02c 100644 --- a/templates/online/views/index.php +++ b/templates/online/views/index.php @@ -24,7 +24,7 @@ foreach ($types as $i => $class): ?> - context->typeLink($class, $class->name) ?> + context->createTypeLink($class, $class, $class->name) ?> shortDescription, $class, true) ?>