$request_method 속성에 대한 주석변경

JSON 추가.
This commit is contained in:
람츠 2015-09-24 15:00:33 +09:00 committed by BJRambo
parent e2704f684a
commit f4c19a3e0f

View file

@ -16,7 +16,7 @@ class Context
/** /**
* Request method * Request method
* @var string GET|POST|XMLRPC * @var string GET|POST|XMLRPC|JSON
*/ */
public $request_method = 'GET'; public $request_method = 'GET';