function(string $id_account) { if (($account = $this->getAccount($id_account)) && ($num = $this->pref->deleteBits($id_account)) ) { return true; } return false; }