Exemplo n.º 1
0
 public function getStateOptions()
 {
     return State::getNameList($this->country_id);
 }
Exemplo n.º 2
0
 public function getDefaultStateOptions()
 {
     return State::getNameList($this->default_country);
 }