Esempio n. 1
0
 /**
  * @return bool
  */
 public function isRemovable()
 {
     $ok = true;
     $ok = $ok && $this->applications->isEmpty();
     $ok = $ok && $this->fundraisers->isEmpty();
     return $ok;
 }