예제 #1
0
파일: Server.php 프로젝트: arhe/pwak
 /** Retourne les locales supportées
  *
  */
 protected function getSupportedLocales($method)
 {
     $this->auth();
     $this->log('XmlRpcServer::getSupportedLocales called');
     return I18N::getSupportedLocales();
 }