ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
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)