コード例 #1
0
ファイル: country.php プロジェクト: jeprodev/jeproshop
 public function isNeedDni()
 {
     return JeproshopCountryModelCountry::isNeedDniByCountryId($this->country_id);
 }