Method | Description | |
---|---|---|
__construct ( $appName, OCP\IRequest $request, |
||
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 |
public __construct ( $appName, OCP\IRequest $request, |
||
$request | OCP\IRequest | |
$cfgMapper |
public setContactOrder ( $attribute, $reverse ) : OCP\AppFramework\Http\JSONResponse | ||
$attribute | ||
$reverse | ||
return | OCP\AppFramework\Http\JSONResponse |
public setCountry ( $country ) : OCP\AppFramework\Http\JSONResponse | ||
$country | ||
return | OCP\AppFramework\Http\JSONResponse |
public setMessageLimit ( $limit ) : OCP\AppFramework\Http\JSONResponse | ||
$limit | ||
return | OCP\AppFramework\Http\JSONResponse |
public setNotificationState ( $notification ) : OCP\AppFramework\Http\JSONResponse | ||
$notification | ||
return | OCP\AppFramework\Http\JSONResponse |