OCA\OcSms\Controller\SettingsController::__construct PHP Method

__construct() public method

public __construct ( $appName, OCP\IRequest $request, ConfigMapper $cfgMapper )
$request OCP\IRequest
$cfgMapper OCA\OcSms\Db\ConfigMapper
    public function __construct($appName, IRequest $request, ConfigMapper $cfgMapper)
    {
        parent::__construct($appName, $request);
        $this->configMapper = $cfgMapper;
    }