DiscordPHP-MTG Documentation

ForeignName extends Part
in package

Foreign language names for the card, if this card in this set was printed in another language. Not available for all sets.

Tags
link

Querying cards by language

since
0.3.0

Table of Contents

Properties

$language  : string
$multiverseid  : string
$name  : string
$fillable  : mixed

Properties

$language

public string $language

The language of the card.

$multiverseid

public string $multiverseid

The multiverse ID of the card.

$name

public string $name

The name of the card in the foreign language.

$fillable

protected mixed $fillable = ['language', 'name', 'multiverseid']
Tags
inheritDoc
On this page

Search results