Update Context.class.php

This commit is contained in:
람츠 2015-09-24 15:04:52 +09:00 committed by BJRambo
parent ec5edff77b
commit e2704f684a

View file

@ -28,7 +28,7 @@ class Context
/**
* Response method.If it's not set, it follows request method.
* @var string HTML|XMLRPC
* @var string HTML|XMLRPC|JSON|JS_CALLBACK
*/
public $response_method = '';