示例#1
0
 /**
  * @return array
  */
 public function toOptionArray()
 {
     return $this->_localeLists->getOptionLocales();
 }
示例#2
0
 /**
  * Retrieve available locale codes
  *
  * @return array
  */
 public function getAvailableLocales()
 {
     return $this->_localeLists->getOptionLocales();
 }