How can I call this method in Yii Framework:
$this->renderPartial(string $fileNameToRenderData, bool $wheaterToReturnOrEchoDirectly);
Statically, like this:
GodForbiddenClassName::renderPartial(string $fileNameToRenderData, bool $wheaterToReturnOrEchoDirectly);
You might want to look at renderInternal which I’ve used in custom class functions, etc. It can be called like: