Bristol SU Support Package
|
Public Member Functions | |
__construct (array $attributes=[]) | |
actionInstanceFields () | |
getEventFieldsAttribute () | |
getActionSchemaAttribute () | |
moduleInstance () | |
user () | |
history () | |
![]() | |
initializeHasRevisions () | |
getSystemUserId () | |
Protected Attributes | |
$fillable | |
$appends | |
$casts | |
![]() | |
$historyLimit | |
$revisionCleanup | |
ActionInstance Model.
Represents an Action and Event link in the database
Definition at line 20 of file ActionInstance.php.
BristolSU\Support\Action\ActionInstance::__construct | ( | array | $attributes = [] | ) |
Initialise an Action Instance model.
Save the ID of the current user on creation
array | $attributes |
Definition at line 57 of file ActionInstance.php.
BristolSU\Support\Action\ActionInstance::actionInstanceFields | ( | ) |
Action Instance field relationships
Definition at line 71 of file ActionInstance.php.
Referenced by BristolSU\Support\Action\ActionBuilder\build().
BristolSU\Support\Action\ActionInstance::getActionSchemaAttribute | ( | ) |
Get the field meta data for the action
Definition at line 90 of file ActionInstance.php.
BristolSU\Support\Action\ActionInstance::getEventFieldsAttribute | ( | ) |
Get the field meta data for the event
Definition at line 80 of file ActionInstance.php.
BristolSU\Support\Action\ActionInstance::history | ( | ) |
Definition at line 119 of file ActionInstance.php.
BristolSU\Support\Action\ActionInstance::moduleInstance | ( | ) |
BristolSU\Support\Action\ActionInstance::user | ( | ) |
Get the user who created the action instance
Definition at line 111 of file ActionInstance.php.
|
protected |
Definition at line 37 of file ActionInstance.php.
|
protected |
Definition at line 46 of file ActionInstance.php.
|
protected |
Definition at line 28 of file ActionInstance.php.