PHP 클래스 OCA\OcSms\Controller\SettingsController

상속: extends OCP\AppFramework\Controller
파일 보기 프로젝트 열기: nerzhul/ocsms

공개 메소드들

메소드 설명
__construct ( $appName, OCP\IRequest $request, ConfigMapper $cfgMapper )
getSettings ( )
setContactOrder ( $attribute, $reverse ) : OCP\AppFramework\Http\JSONResponse
setCountry ( $country ) : OCP\AppFramework\Http\JSONResponse
setMessageLimit ( $limit ) : OCP\AppFramework\Http\JSONResponse
setNotificationState ( $notification ) : OCP\AppFramework\Http\JSONResponse

메소드 상세

__construct() 공개 메소드

public __construct ( $appName, OCP\IRequest $request, ConfigMapper $cfgMapper )
$request OCP\IRequest
$cfgMapper OCA\OcSms\Db\ConfigMapper

getSettings() 공개 메소드

public getSettings ( )

setContactOrder() 공개 메소드

public setContactOrder ( $attribute, $reverse ) : OCP\AppFramework\Http\JSONResponse
$attribute
$reverse
리턴 OCP\AppFramework\Http\JSONResponse

setCountry() 공개 메소드

public setCountry ( $country ) : OCP\AppFramework\Http\JSONResponse
$country
리턴 OCP\AppFramework\Http\JSONResponse

setMessageLimit() 공개 메소드

public setMessageLimit ( $limit ) : OCP\AppFramework\Http\JSONResponse
$limit
리턴 OCP\AppFramework\Http\JSONResponse

setNotificationState() 공개 메소드

public setNotificationState ( $notification ) : OCP\AppFramework\Http\JSONResponse
$notification
리턴 OCP\AppFramework\Http\JSONResponse