ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Consumer.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\LegalDocuments;
22 
23 interface Consumer
24 {
30  public function uses(UseSlot $slot, LazyProvide $provide): UseSlot;
31  public function id(): string;
32 }
uses(UseSlot $slot, LazyProvide $provide)
A