_args[TextfieldWidget::VALUE] = $value; } /** * Loads the view that renders an input text */ protected function loadTextfieldView() { $this->view('widgets/textfield', $this->_args); } }