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
}
ILIAS\UI\Component\Card\Factory
This is how the factory for UI elements looks.
Definition:
Factory.php:10
ILIAS\UI\Component\Card\Factory\repositoryObject
repositoryObject($title, $image)
description: purpose: > Repository Object cards are used in contexts that more visual information ab...
ILIAS\UI\Component\Card\Factory\standard
standard($title, $image=null)
description: purpose: > The Standard Card is the default Card to be used in ILIAS.
php
$title
$title
Definition:
memcachestat.tpl.php:28
ILIAS\UI\Component\Card
Definition:
Card.php:5
src
UI
Component
Card
Factory.php
Generated on Thu Jan 30 2025 19:02:10 for ILIAS by
1.8.13 (using
Doxyfile
)