Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
It seems to me that this is not a good practice, it is better to pass data completely ready for display to the view, without having to go somewhere else. If you really want to, you can pass the widget instance directly to the view like this: $this->render('view', ['widget' => $this]), well, access it via $widget->abc() .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question