Пример #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();
 }