PHP 클래스 OCA\OcSms\Db\ConfigMapper

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

공개 메소드들

메소드 설명
__construct ( OCP\IDb $db, $user, $crypto )
getContactOrder ( )
getContactOrderReverse ( )
getCountry ( ) Helpers for different config options
getKey ( $key )
getMessageLimit ( )
getNotificationState ( )
hasKey ( $key, $value )
set ( $key, $value )

메소드 상세

__construct() 공개 메소드

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

getContactOrder() 공개 메소드

public getContactOrder ( )

getContactOrderReverse() 공개 메소드

getCountry() 공개 메소드

Helpers for different config options
public getCountry ( )

getKey() 공개 메소드

public getKey ( $key )

getMessageLimit() 공개 메소드

public getMessageLimit ( )

getNotificationState() 공개 메소드

hasKey() 공개 메소드

public hasKey ( $key, $value )

set() 공개 메소드

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