19 declare(strict_types=1);
72 public function perform(mixed $parameters): mixed;
getOutputDescription(Description\Factory $f)
maybePerformAs(int $usr_id, array $raw_parameters)
Grinds the $raw_parameters through the input description, checks if the users is allowed to perform t...
isAllowedToPerform(int $usr_id, mixed $parameters)
This shall check if the given user is allowed to perform the activity based on business rules of this...
An Activity is an action on the domain layer action of a component.
getName()
Shall return classname of the Activity, wrapped in Name.
This describes some datastructure in terms of standard data structures such as primitives, lists, maps and objects and helpful (hopefully...) human readable texts.
perform(mixed $parameters)
This shall perform the activity.