Exemplo n.º 1
0
 protected function set_localesPath($path)
 {
     if (!is_dir($path)) {
         throw new \Exception("{$path} is not a directory");
     }
     $this->_localesPath = realpath($path);
     // Update the I18n instance
     $this->_i18n->removeLocales();
 }