アクションでは、私はいくつかのXMLに応答する必要があります。私はResponse::FORMAT_XMLを使っていますが、うまくいきます。ブラウザで // In a controller:
public static function actionFetchData() {
Yii::$app->response->format = Response::FORMAT_XML;
私はこれらの奇妙な「非静的」エラーを取得していますからアップグレードした後、コンパイルエラー: non-static method <T>register(java.lang.Class<T>,play.data.format.Formatters.SimpleFormatter<T>) cannot be referenced from a static context
public MyC