Table of Contents
Properties
-
$content
: array<string|int, mixed>
-
$copyright
: string
-
$date
: string
-
$page
: string
-
$quote
: string
-
$source
: string
-
$thought
: string
-
$title
: string
Methods
-
__construct()
: mixed
-
toJson()
: string
-
withoutTags()
: array<string|int, mixed>
$content
public
array<string|int, mixed>
$content
$copyright
public
string
$copyright
$date
public
string
$date
$page
public
string
$page
$quote
public
string
$quote
$source
public
string
$source
$thought
public
string
$thought
$title
public
string
$title
__construct()
public
__construct(string $date, string $title, string $page, string $quote, string $source, array<string|int, mixed> $content, string $thought, string $copyright) : mixed
Parameters
-
$date
: string
-
-
$title
: string
-
-
$page
: string
-
-
$quote
: string
-
-
$source
: string
-
-
$content
: array<string|int, mixed>
-
-
$thought
: string
-
-
$copyright
: string
-
toJson()
public
toJson() : string
public
withoutTags() : array<string|int, mixed>
Return values
array<string|int, mixed>