public getPartial (mixed $partialPath, [mixed $params])
Renders a partial view
// Retrieve the contents of a partial echo $this->getPartial('shared/footer');
// Retrieve the contents of a partial with arguments echo $this->getPartial('shared/footer', ['content' => $html]);
Please login to continue.