ILIAS  release_8 Revision v8.24
Standard.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
22
26interface Standard extends Link
27{
31 public function getLabel(): string;
32}