Class RestController
- CController
-
application\core\controllers\Controller
-
application\core\controllers\RestController
Namespace: application\core\controllers
Copyright: Copyright © 2008-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/core/controllers/RestController.php
Copyright: Copyright © 2008-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/core/controllers/RestController.php
Methods summary
public
|
|
protected
string
|
|
public
|
|
protected
|
|
public
|
|
protected
string
|
|
protected
|
|
public
boolean
|
Methods inherited from application\core\controllers\Controller
actionError()
,
ajaxReturn()
,
error()
,
filterNotAuthModule()
,
getAssetUrl()
,
init()
,
render()
,
setTitle()
,
showMessage()
,
success()
Constants summary
Constants inherited from application\core\controllers\Controller
Properties summary
protected
string
|
$_method
|
#
''
|
protected
string
|
$_type
|
#
''
|
protected
array
|
$allowMethod
|
#
array( 'get', 'post', 'put', 'delete' )
|
protected
string
|
$defaultMethod
|
#
'get'
|
protected
array
|
$allowType
|
#
array( 'html', 'xml', 'json', 'rss' )
|
protected
string
|
$defaultType
|
#
'html'
|
protected
array
|
$allowOutputType
|
#
array(
'xml' => 'application/xml',
'json' => 'application/json',
'html' => 'text/html',
)
|