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) 2016 Jesús López <lopez@leifos.com> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Card
;
6
10
interface
Factory
11
{
12
34
public
function
standard
(
$title
, $image =
null
);
35
36
68
public
function
repositoryObject
(
$title
, $image);
69
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Card\Factory
This is how the factory for UI elements looks.
Definition:
Factory.php:11
ILIAS\UI\Component\Card\Factory\repositoryObject
repositoryObject($title, $image)
ILIAS\UI\Component\Card\Factory\standard
standard($title, $image=null)
$title
$title
Definition:
memcachestat.tpl.php:28
ILIAS\UI\Component\Card
Definition:
Card.php:5
src
UI
Component
Card
Factory.php
Generated on Thu Oct 2 2025 19:02:04 for ILIAS by
1.9.4 (using
Doxyfile
)