widget = $widget; } public function draw() { $this->widget->update($this->getSubject()); echo ""; echo "
"; $this->widget->draw(); echo "
"; } } ?>