Retrieve logic groups
Definition at line 11 of file LogicRepository.php.
◆ all()
BristolSU\Support\Logic\Contracts\LogicRepository::all |
( |
| ) |
|
◆ create()
BristolSU\Support\Logic\Contracts\LogicRepository::create |
( |
array |
$attributes | ) |
|
Create a logic group
The attributes should be a name and a description [ 'name' => 'Name of the logic group', 'description' => 'Description of the logic group' ]
- Parameters
-
array | $attributes | Attributes for the logic group |
- Returns
- Logic Created logic group
Implemented in BristolSU\Support\Logic\LogicRepository.
◆ delete()
BristolSU\Support\Logic\Contracts\LogicRepository::delete |
( |
int |
$id | ) |
|
◆ getById()
BristolSU\Support\Logic\Contracts\LogicRepository::getById |
( |
int |
$id | ) |
|
◆ update()
BristolSU\Support\Logic\Contracts\LogicRepository::update |
( |
int |
$id, |
|
|
array |
$attributes |
|
) |
| |
The documentation for this interface was generated from the following file: