OEModule\OphCoCvi\components\OphCoCvi_API::renderPartial PHP Method

renderPartial() protected method

Convenience wrapper to allow template rendering.
protected renderPartial ( $view, array $parameters = [] ) : mixed
$view
$parameters array
return mixed
    protected function renderPartial($view, $parameters = array())
    {
        return $this->yii->controller->renderPartial($view, $parameters, true);
    }