DiscordPHP-MTG Documentation

Ruling extends Part
in package

One entry from a {@see Card}'s `rulings` array — an official clarification, with the date it was issued. Not a standalone endpoint; it only appears inside the card response.

Tags
link

Card object (see the rulings field)

see
Card

The parent object

since
0.3.0

Table of Contents

Properties

$date  : string
$text  : string
$fillable  : mixed

Properties

$date

public string $date

The date the ruling was issued.

$text

public string $text

The text content of the ruling.

$fillable

protected mixed $fillable = ['date', 'text']
Tags
inheritDoc
On this page

Search results