ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
canHaveParent.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\Footer\Factory
;
22
23
use
ILIAS\GlobalScreen\Identification\IdentificationInterface
;
24
28
interface
canHaveParent
extends
isItem
,
hasTitle
29
{
30
public
function
hasParent
(): bool;
31
32
public
function
getParentIdentification
(): ?
IdentificationInterface
;
33
34
public
function
withParent
(
IdentificationInterface
$identification):
self
;
35
}
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:29
ILIAS\GlobalScreen\Scope\Footer\Factory\canHaveParent\getParentIdentification
getParentIdentification()
ILIAS\GlobalScreen\Scope\Footer\Factory\canHaveParent\withParent
withParent(IdentificationInterface $identification)
ILIAS\GlobalScreen\Scope\Footer\Factory\isItem
Definition:
isItem.php:28
ILIAS\GlobalScreen\Scope\Footer\Factory\canHaveParent
Definition:
canHaveParent.php:28
IdentificationInterface
ILIAS\GlobalScreen\Scope\Footer\Factory\canHaveParent\hasParent
hasParent()
ILIAS\GlobalScreen\Scope\Footer\Factory\hasTitle
Definition:
hasTitle.php:26
ILIAS\GlobalScreen\Scope\Footer\Factory
Definition:
AbstractBaseItem.php:21
components
ILIAS
GlobalScreen
src
Scope
Footer
Factory
canHaveParent.php
Generated on Mon Sep 1 2025 23:03:10 for ILIAS by
1.8.13 (using
Doxyfile
)