Answer the question
In order to leave comments, you need to log in
Why can't I override renderPartial?
Hello. I want to override the renderPartial method in the Controller class, I write the following code:
public function renderPartial($view, $data = null, $return = false, $processOutput = false)
{
parent::renderPartial($view, $data, $return, $processOutput);
}
Answer the question
In order to leave comments, you need to log in
probably the same (return)
return parent::renderPartial($view, $data, $return, $processOutput);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question