yii\apidoc\renderers\BaseRenderer::init PHP Method

init() public method

public init ( )
    public function init()
    {
        ApiMarkdown::$renderer = $this;
        ApiMarkdownLaTeX::$renderer = $this;
    }