84 public function render($section = NULL, $partial = NULL,
$arguments = array(), $optional = FALSE) {
87 if ($partial !== NULL) {
88 return $this->viewHelperVariableContainer->getView()->renderPartial($partial, $section,
$arguments);
89 } elseif ($section !== NULL) {
90 return $this->viewHelperVariableContainer->getView()->renderSection($section,
$arguments, $optional);
102 if (!isset(
$arguments[
'settings']) && $this->templateVariableContainer->exists(
'settings')) {
103 $arguments[
'settings'] = $this->templateVariableContainer->get(
'settings');
render($section=NULL, $partial=NULL, $arguments=array(), $optional=FALSE)
loadSettingsIntoArguments($arguments)