Ejemplo n.º 1
0
 function init()
 {
     /* @var $model \CallStatistic\Manager\AuthPage */
     $model = $this->getModel();
     $this->_usernameView->init();
     $model->setUsername($this->_usernameView->getModel());
     $this->_passwordView->init();
     $model->setPassword($this->_passwordView->getModel());
     parent::init();
 }