Exemplo n.º 1
0
 protected function setValues()
 {
     $this->setId($this->getRequestParam('id'));
     $this->setPassword($this->getRequestParam('password'));
     parent::setValues();
 }