コード例 #1
0
ファイル: Setting.php プロジェクト: rainlab/location-plugin
 public function getDefaultStateOptions()
 {
     return State::getNameList($this->default_country);
 }
コード例 #2
0
ファイル: Invoice.php プロジェクト: chesterx/pay-plugin
 public function getStateOptions()
 {
     return State::getNameList($this->country_id);
 }