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