Bristol SU Support Package
src
Action
Contracts
ActionRepository.php
Go to the documentation of this file.
1
<?php
2
3
namespace
BristolSU\Support\Action\Contracts
;
4
8
interface
ActionRepository
9
{
10
18
public
function
all
();
19
26
public
function
fromClass
($class);
27
28
}
BristolSU\Support\Action\Contracts\ActionRepository
Definition:
ActionRepository.php:8
BristolSU\Support\Action\Contracts\ActionRepository\all
all()
BristolSU\Support\Action\Contracts\ActionRepository\fromClass
fromClass($class)
BristolSU\Support\Action\Contracts
Definition:
Action.php:3
Generated by
1.8.13