コード例 #1
0
ファイル: EnterpriseRow.php プロジェクト: Lazaro-Gallo/psmn
 public function getHasEligibility()
 {
     $modelEnterprise = new Model_Enterprise();
     return $modelEnterprise->hasEligibilityRules($this->getIdKey());
 }