ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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)
ILIAS\UI\Component\Card
Definition:
Card.php:5
src
UI
Component
Card
Factory.php
Generated on Sat Oct 4 2025 20:01:10 for ILIAS by
1.9.4 (using
Doxyfile
)