ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Query.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
26abstract class Query extends ActivityImpl
27{
28 public function getType(): \ILIAS\Component\Activities\ActivityType
29 {
31 }
32}
Basic Implementation for Activities.
Basic class for Queries.
Definition: Query.php:27
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.