예제 #1
0
파일: Manager.php 프로젝트: bolt/Members
 /**
  * Delete a member account.
  *
  * @param string $guid
  *
  * @return bool
  */
 public function deleteAccount($guid)
 {
     return $this->records->deleteAccount($this->records->getAccountByGuid($guid));
 }