ImportResult
in package
FinalYes
Outcome of an .apkg import.
Tags
Table of Contents
Properties
- $skippedMissing : int
- $skippedUnknown : int
- $statusSetToIgnored : int
- $tagsChanged : int
- $totalNotes : int
- $unchanged : int
- $updated : int
Methods
- __construct() : mixed
Properties
$skippedMissing read-only
public
int
$skippedMissing
$skippedUnknown read-only
public
int
$skippedUnknown
$statusSetToIgnored read-only
public
int
$statusSetToIgnored
$tagsChanged read-only
public
int
$tagsChanged
$totalNotes read-only
public
int
$totalNotes
$unchanged read-only
public
int
$unchanged
$updated read-only
public
int
$updated
Methods
__construct()
public
__construct(int $totalNotes, int $updated, int $unchanged, int $skippedUnknown, int $skippedMissing, int $statusSetToIgnored, int $tagsChanged) : mixed
Parameters
- $totalNotes : int
- $updated : int
- $unchanged : int
- $skippedUnknown : int
- $skippedMissing : int
- $statusSetToIgnored : int
- $tagsChanged : int