Exemple #1
0
 protected function _cancel()
 {
     $mapper = new Syj_Model_UserMapper();
     $mapper->delete($this->_user);
     return true;
 }