ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
HasNoNamedObjective.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Setup\Agent
;
22
23
use
ILIAS\Setup\Objective
;
24
use
ILIAS\Setup\Config
;
25
26
trait
HasNoNamedObjective
27
{
28
public
function
getNamedObjectives(?
Config
$config =
null
): array
29
{
30
return
[];
31
}
32
}
Config
HasNoNamedObjective
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
ILIAS\Setup\Objective
Definition:
AdminConfirmedObjective.php:21
ILIAS\Setup\Config
A configuration for the setup.
Definition:
Config.php:26
ILIAS\Setup\Agent
Definition:
HasNoNamedObjective.php:21
components
ILIAS
Setup
src
Agent
HasNoNamedObjective.php
Generated on Sun Aug 31 2025 23:03:40 for ILIAS by
1.8.13 (using
Doxyfile
)