Documentation

ExportResult
in package

FinalYes

Outcome of an .apkg export. Surfaced to controllers/CLI for user-facing confirmation messages.

Tags
phpstan-immutable

Table of Contents

Properties

$deckName  : string
$languageId  : int
$languageName  : string
$noteCount  : int
$outputPath  : string
$suspendedCount  : int

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(string $outputPath, int $languageId, string $languageName, string $deckName, int $noteCount, int $suspendedCount) : mixed
Parameters
$outputPath : string
$languageId : int
$languageName : string
$deckName : string
$noteCount : int
$suspendedCount : int
On this page

Search results