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