Documentation

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
phpstan-immutable

Table of Contents

Properties

$id  : int
$name  : string

Methods

__construct()  : mixed
forLanguage()  : self

Properties

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
Return values
self
On this page

Search results