mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Add proper comments to Context::setResponseMethod()
This commit is contained in:
parent
a405b91e42
commit
bca7a9ae72
1 changed files with 2 additions and 1 deletions
|
|
@ -1018,7 +1018,8 @@ class Context
|
|||
/**
|
||||
* Force to set response method
|
||||
*
|
||||
* @param string $method Response method. [HTML|XMLRPC|JSON]
|
||||
* @param string $method Response method. [HTML|XMLRPC|JSON|RAW]
|
||||
* @param string $content_type Optional content type for RAW response only.
|
||||
* @return void
|
||||
*/
|
||||
public static function setResponseMethod($method = 'HTML', $content_type = null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue