OCA\OcSms\Db\ConfigMapper::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( OCP\IDb $db, $user, $crypto )
$db OCP\IDb
    public function __construct(IDb $db, $user, $crypto)
    {
        parent::__construct($db, 'ocsms_config');
        $this->user = $user;
        $this->crypto = $crypto;
    }