ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2017 Alexander Killing <killing@leifos.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Link
;
6
10
interface
Factory
11
{
34
public
function
standard
($label,
$action
);
35
}
ILIAS\UI\Component\Link
Definition:
Factory.php:5
$action
$action
Definition:
consentAdmin.php:140
ILIAS\UI\Component\Link\Factory
Link factory.
Definition:
Factory.php:10
ILIAS\UI\Component\Link\Factory\standard
standard($label, $action)
description: purpose: > A standard link is a link with a text label as content of the link...
php
src
UI
Component
Link
Factory.php
Generated on Thu Jan 30 2025 19:02:10 for ILIAS by
1.8.13 (using
Doxyfile
)