コード例 #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();
 }