mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-27 20:40:22 +08:00
pull origin
This commit is contained in:
@@ -46,12 +46,14 @@ class ApiRenderer extends BaseApiRenderer implements ViewContextInterface
|
||||
* @var string path or alias of the view file to use for rendering the index page.
|
||||
*/
|
||||
public $indexView = '@yii/apidoc/templates/html/views/index.php';
|
||||
|
||||
/**
|
||||
* @var View
|
||||
*/
|
||||
private $_view;
|
||||
private $_targetDir;
|
||||
|
||||
|
||||
public function init()
|
||||
{
|
||||
parent::init();
|
||||
|
||||
Reference in New Issue
Block a user