Bristol SU Support Package
src
Action
Contracts
ActionManager.php
Go to the documentation of this file.
1
<?php
2
3
namespace
BristolSU\Support\Action\Contracts
;
4
8
interface
ActionManager
9
{
10
23
public
function
registerAction
(
string
$class,
string
$name,
string
$description): void;
24
30
public
function
all
(): array;
31
40
public
function
fromClass
(
string
$class): array;
41
42
}
BristolSU\Support\Action\Contracts\ActionManager\registerAction
registerAction(string $class, string $name, string $description)
BristolSU\Support\Action\Contracts\ActionManager\all
all()
BristolSU\Support\Action\Contracts\ActionManager\fromClass
fromClass(string $class)
BristolSU\Support\Action\Contracts\ActionManager
Definition:
ActionManager.php:8
BristolSU\Support\Action\Contracts
Definition:
Action.php:3
Generated by
1.8.13