Exemple #1
0
 protected function handleInput(&$data)
 {
     parent::handleInput($data);
     if (array_key_exists('password', $data)) {
         $data['password'] = $this->getCrypt()->encrypt($data['password']);
     }
 }