Table of Contents
-
$fillable
: array<string|int, string>
-
$defaultReaction
: array<string|int, mixed>
-
remapIcon()
: void
-
remapRef()
: array<string|int, mixed>
$fillable
public
array<string|int, string>
$fillable
$defaultReaction
private
array<string|int, mixed>
$defaultReaction
= ['like__u' => 'like::phrase.like__u', 'love__u' => 'like::phrase.love__u', 'haha__u' => 'like::phrase.haha__u', 'wow__u' => 'like::phrase.wow__u', 'sad__u' => 'like::phrase.sad__u', 'angry__u' => 'like::phrase.angry__u']
remapIcon()
private
remapIcon() : void
Return values
void
—
remapRef()
private
remapRef(string $refColumn, string|null $idColunn, string|null $typeColumn) : array<string|int, mixed>
Parameters
-
$refColumn
: string
-
-
$idColunn
: string|null
-
-
$typeColumn
: string|null
-
Return values
array<string|int, mixed>
—