Ejemplo n.º 1
0
 function initialize()
 {
     /* @var $model \Billing\Domain\Subscriber */
     $model = $this->getModel();
     parent::initialize();
     $this->_filterView = new \Page\View\EditorStringView($model ? $model->getName() : "", $this, "filter");
     $this->_idView = new \Page\View\HiddenView($model ? $model->getId() : null, $this, "");
     $this->_filterView->setClassName("string");
     //увеличить ширину
 }