class ReactionType extends Model (View source)

Traits

Methods to manage a model's icon attribute.

Methods to associate uploaded images with a model.

Properties

static protected $unguarded from  Model
string $icon from  HasIcon
?string $icon_file

The path to the icon file, if the icon is the file type.

from  HasIcon

Methods

getConnectionName()

No description

from  Model
void
saveIcon(array $icon)

Save the icon using input from an component.

from  HasIcon
Attribute
iconFile()

No description

from  HasIcon
static void
booting()

No description

BelongsTo
reactionSet()

No description

Attribute
editUrl()

No description

Details

getConnectionName()

No description

void saveIcon(array $icon)

Save the icon using input from an component.

Parameters

array $icon

Return Value

void

protected Attribute iconFile()

No description

Return Value

Attribute

static void booting()

No description

Return Value

void

BelongsTo reactionSet()

No description

Return Value

BelongsTo

protected Attribute editUrl()

No description

Return Value

Attribute