ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
HasNoNamedObjective.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
26trait HasNoNamedObjective
27{
28 public function getNamedObjectives(?Config $config = null): array
29 {
30 return [];
31 }
32}
getNamedObjectives(?Config $config=null)
Gets all named objectives The keys of the returned array are the commands.
A configuration for the setup.
Definition: Config.php:27