ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
interface.ilAttributeInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export\ImportHandler\I\File\Path\Node
;
22
23
use
ILIAS\Export\ImportHandler\I\File\Path\Comparison\ilHandlerInterface
as
ilFilePathComparisonInterface
;
24
use
ILIAS\Export\ImportHandler\I\File\Path\Node\ilNodeInterface
as ilFilePathNodeInterface;
25
26
interface
ilAttributeInterface
extends
ilFilePathNodeInterface
27
{
28
public
function
withAttribute
(
string
$attribute):
ilAttributeInterface
;
29
30
public
function
withComparison
(
ilFilePathComparisonInterface
$comparison):
ilAttributeInterface
;
31
32
public
function
withAnyAttributeEnabled
(
bool
$enabled
):
ilAttributeInterface
;
33
}
ILIAS\LTI\ToolProvider\$enabled
bool $enabled
Whether the system instance is enabled to accept connection requests.
Definition:
System.php:123
ILIAS\Export\ImportHandler\I\File\Path\Node\ilAttributeInterface\withAnyAttributeEnabled
withAnyAttributeEnabled(bool $enabled)
ILIAS\Export\ImportHandler\I\File\Path\Node
Definition:
interface.ilAnyElementInterface.php:21
ILIAS\Export\ImportHandler\I\File\Path\Node\ilAttributeInterface
Definition:
interface.ilAttributeInterface.php:26
ILIAS\Export\ImportHandler\I\File\Path\Node\ilAttributeInterface\withComparison
withComparison(ilFilePathComparisonInterface $comparison)
ILIAS\Export\ImportHandler\I\File\Path\Node\ilAttributeInterface\withAttribute
withAttribute(string $attribute)
ILIAS\Export\ImportHandler\I\File\Path\Node\ilNodeInterface
Definition:
interface.ilNodeInterface.php:23
ilHandlerInterface
Services
Export
classes
ImportHandler
I
File
Path
Node
interface.ilAttributeInterface.php
Generated on Wed Sep 10 2025 14:11:28 for ILIAS by
1.8.13 (using
Doxyfile
)