ApkgDeck
in package
FinalYes
Identifies the Anki deck a batch of LWT notes will land in.
Convention: one deck per LWT language, named "LWT::{LanguageName}". The double-colon makes it appear as a child deck under "LWT" in Anki's tree.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- forLanguage() : self
Properties
$id read-only
public
int
$id
$name read-only
public
string
$name
Methods
__construct()
public
__construct(int $id, string $name) : mixed
Parameters
- $id : int
- $name : string
forLanguage()
public
static forLanguage(int $languageId, string $languageName) : self
Parameters
- $languageId : int
- $languageName : string