PHP Class OCA\OcSms\Db\ConfigMapper

Inheritance: extends OCP\AppFramework\Db\Mapper
Show file Open project: nerzhul/ocsms

Public Methods

Method Description
__construct ( OCP\IDb $db, $user, $crypto )
getContactOrder ( )
getContactOrderReverse ( )
getCountry ( ) Helpers for different config options
getKey ( $key )
getMessageLimit ( )
getNotificationState ( )
hasKey ( $key, $value )
set ( $key, $value )

Method Details

__construct() public method

public __construct ( OCP\IDb $db, $user, $crypto )
$db OCP\IDb

getContactOrder() public method

public getContactOrder ( )

getContactOrderReverse() public method

getCountry() public method

Helpers for different config options
public getCountry ( )

getKey() public method

public getKey ( $key )

getMessageLimit() public method

public getMessageLimit ( )

getNotificationState() public method

hasKey() public method

public hasKey ( $key, $value )

set() public method

public set ( $key, $value )
$key
$value