ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
hasAsyncContent.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Factory
;
2
8
interface
hasAsyncContent
9
{
10
14
public
function
getAsyncContentURL
() : string;
15
16
22
public
function
withAsyncContentURL
(
string
$async_content_url) :
hasAsyncContent
;
23
}
ILIAS\GlobalScreen\Scope\MainMenu\Factory\hasAsyncContent\getAsyncContentURL
getAsyncContentURL()
ILIAS\GlobalScreen\Scope\MainMenu\Factory\hasAsyncContent
Interface hasAsyncContent.
Definition:
hasAsyncContent.php:8
ILIAS\GlobalScreen\Scope\MainMenu\Factory\hasAsyncContent\withAsyncContentURL
withAsyncContentURL(string $async_content_url)
php
ILIAS\GlobalScreen\Scope\MainMenu\Factory
Definition:
AbstractBaseItem.php:1
src
GlobalScreen
Scope
MainMenu
Factory
hasAsyncContent.php
Generated on Thu Jan 30 2025 19:02:11 for ILIAS by
1.8.13 (using
Doxyfile
)