Exemple #1
0
 public function getHasEligibility()
 {
     $modelEnterprise = new Model_Enterprise();
     return $modelEnterprise->hasEligibilityRules($this->getIdKey());
 }