title): ?>

title; ?>

id}-content" ?>"> context)) { $this->context = array_merge(['renderTo' => "{$this->id}-content"], $this->context); } elseif (is_null($this->context)) { $this->context = ['renderTo' => "{$this->id}-content"]; } elseif (is_object($this->context) && !$this->context->renderTo) { $this->context->renderTo = "{$this->id}-content"; } ?> partial($this->contentTemplate, null, $this->context) ?>