Example #1
0
 /**
  * Delete an account and set `active` to false and set `time_deleted`
  *
  * The action is only allowed to perform once
  *
  * @param int $uid
  *
  * @return bool|null   Null for no-action
  */
 public function deleteAccount($uid)
 {
     return parent::deleteAccount($uid);
 }