Bristol SU Support Package
|
Public Member Functions | |
all () | |
fromClass ($class) | |
Retrieves information from the ActionManager
Definition at line 8 of file ActionRepository.php.
BristolSU\Support\Action\Contracts\ActionRepository::all | ( | ) |
Get all registered actions.
This method should transform all the registered actions to the RegisteredAction interface.
Implemented in BristolSU\Support\Action\ActionRepository.
BristolSU\Support\Action\Contracts\ActionRepository::fromClass | ( | $class | ) |
Return an action from its class.
string | $class | Class of the action |
Implemented in BristolSU\Support\Action\ActionRepository.