示例#1
0
 public function getStateOptions()
 {
     return State::getNameList($this->country_id);
 }
示例#2
0
 public function getDefaultStateOptions()
 {
     return State::getNameList($this->default_country);
 }