ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ActivityImpl.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27abstract class ActivityImpl implements Activity
28{
29 public function getName(): \ILIAS\Component\Dependencies\Name
30 {
31 return new \ILIAS\Component\Dependencies\Name(static::class);
32 }
33}
Basic Implementation for Activities.
getName()
Shall return classname of the Activity, wrapped in Name.
An Activity is an action on the domain layer action of a component.
Definition: Activity.php:39
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.