Definition at line 9 of file ActionInstanceRepository.php.
◆ all()
BristolSU\Support\Action\Contracts\ActionInstanceRepository::all |
( |
| ) |
|
◆ delete()
BristolSU\Support\Action\Contracts\ActionInstanceRepository::delete |
( |
int |
$id | ) |
|
◆ forEvent()
BristolSU\Support\Action\Contracts\ActionInstanceRepository::forEvent |
( |
int |
$moduleInstanceId, |
|
|
string |
$event |
|
) |
| |
Get all action instances for a given event and module instance
- Parameters
-
int | $moduleInstanceId | Module instance the action instances should be attached to |
string | $event | The event the action instances should respond to |
- Returns
- Collection
Implemented in BristolSU\Support\Action\ActionInstanceRepository.
◆ forModuleInstance()
BristolSU\Support\Action\Contracts\ActionInstanceRepository::forModuleInstance |
( |
int |
$moduleInstanceId | ) |
|
◆ getById()
BristolSU\Support\Action\Contracts\ActionInstanceRepository::getById |
( |
int |
$id | ) |
|
◆ update()
BristolSU\Support\Action\Contracts\ActionInstanceRepository::update |
( |
int |
$id, |
|
|
array |
$attributes |
|
) |
| |
The documentation for this interface was generated from the following file: