PHP Class OCA\OcSms\Db\ConfigMapper

Inheritance: extends OCP\AppFramework\Db\Mapper
Afficher le fichier Open project: nerzhul/ocsms

Méthodes publiques

Méthode 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 méthode

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

getContactOrder() public méthode

public getContactOrder ( )

getContactOrderReverse() public méthode

getCountry() public méthode

Helpers for different config options
public getCountry ( )

getKey() public méthode

public getKey ( $key )

getMessageLimit() public méthode

public getMessageLimit ( )

getNotificationState() public méthode

hasKey() public méthode

public hasKey ( $key, $value )

set() public méthode

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