ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
hasContent.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Factory
;
2
3
use
ILIAS\UI\Component\Component
;
4
10
interface
hasContent
11
{
12
18
public
function
withContent
(
Component
$ui_component) :
hasContent
;
19
20
24
public
function
getContent
() :
Component
;
25
}
ILIAS\GlobalScreen\Scope\MainMenu\Factory\hasContent\getContent
getContent()
ILIAS\UI\Component
Component
ILIAS\GlobalScreen\Scope\MainMenu\Factory\hasContent\withContent
withContent(Component $ui_component)
ILIAS\GlobalScreen\Scope\MainMenu\Factory\hasContent
Interface hasContent.
Definition:
hasContent.php:10
php
ILIAS\GlobalScreen\Scope\MainMenu\Factory
Definition:
AbstractBaseItem.php:1
src
GlobalScreen
Scope
MainMenu
Factory
hasContent.php
Generated on Thu Jan 16 2025 19:02:37 for ILIAS by
1.8.13 (using
Doxyfile
)