mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Optimized LayerRepositoryFactoryService
This commit is contained in:
@@ -10,6 +10,7 @@ use App\Domain\RequestManagement\Right\RequestedRightInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @todo Implement!
|
||||
*/
|
||||
class RequestedAction extends RequestedUser implements RequestedActionInterface
|
||||
|
@@ -9,6 +9,7 @@ use App\Domain\RequestManagement\User\RequestedUserInterface;
|
||||
* An action containes multiple attributes which are neccessary to process a request.
|
||||
*
|
||||
* @see ActionType
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface RequestedActionInterface extends ActionTypeAttributInterface, RequestedUserInterface
|
||||
|
@@ -4,7 +4,9 @@ namespace App\Domain\RequestManagement\Action;
|
||||
|
||||
/**
|
||||
* Allows to use a action as a service.
|
||||
*
|
||||
* @todo Implement!
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface RequestedActionServiceInterface
|
||||
|
Reference in New Issue
Block a user