ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
21 namespace ILIAS\UI\Component\Card;
22 
25 
29 interface Factory
30 {
52  public function standard($title, Image $image = null): Standard;
53 
85  public function repositoryObject($title, Image $image): RepositoryObject;
86 }
standard($title, Image $image=null)
description: purpose: > The Standard Card is the default Card to be used in ILIAS.
This describes a standard Card.
Definition: Standard.php:26
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
repositoryObject($title, Image $image)
description: purpose: > Repository Object cards are used in contexts that more visual information ab...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Card.php:21