ExportResult
in package
FinalYes
Outcome of an .apkg export. Surfaced to controllers/CLI for user-facing confirmation messages.
Tags
Table of Contents
Properties
- $deckName : string
- $languageId : int
- $languageName : string
- $noteCount : int
- $outputPath : string
- $suspendedCount : int
Methods
- __construct() : mixed
Properties
$deckName read-only
public
string
$deckName
$languageId read-only
public
int
$languageId
$languageName read-only
public
string
$languageName
$noteCount read-only
public
int
$noteCount
$outputPath read-only
public
string
$outputPath
$suspendedCount read-only
public
int
$suspendedCount
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