Bristol SU Support Package
Public Member Functions | Protected Attributes | List of all members
BristolSU\Support\Action\History\ActionHistory Class Reference
Inheritance diagram for BristolSU\Support\Action\History\ActionHistory:
Inheritance graph
[legend]
Collaboration diagram for BristolSU\Support\Action\History\ActionHistory:
Collaboration graph
[legend]

Public Member Functions

 actionInstance ()
 

Protected Attributes

 $table = 'action_histories'
 
 $fillable
 
 $casts
 

Detailed Description

Represents the action history

Definition at line 11 of file ActionHistory.php.

Member Function Documentation

◆ actionInstance()

BristolSU\Support\Action\History\ActionHistory::actionInstance ( )

Definition at line 26 of file ActionHistory.php.

Member Data Documentation

◆ $casts

BristolSU\Support\Action\History\ActionHistory::$casts
protected
Initial value:
= [
'event_fields' => 'array'

Definition at line 20 of file ActionHistory.php.

◆ $fillable

BristolSU\Support\Action\History\ActionHistory::$fillable
protected
Initial value:
= [
'action_instance_id', 'event_fields', 'settings', 'message', 'success'
]

Definition at line 16 of file ActionHistory.php.

◆ $table

BristolSU\Support\Action\History\ActionHistory::$table = 'action_histories'
protected

Definition at line 14 of file ActionHistory.php.


The documentation for this class was generated from the following file: