ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Agreement.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
25 interface Agreement
26 {
27  public function showAgreement(string $gui, string $cmd): PageFragment;
28  public function showAgreementForm(string $gui, string $cmd): PageFragment;
29  public function needsToAgree(): bool;
30 }
showAgreement(string $gui, string $cmd)
showAgreementForm(string $gui, string $cmd)