ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
Property.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25use ILIAS\UI\Component\Link\Standard as StandardLink;
26
31interface Property extends Listing
32{
33 public function withProperty(
34 string $label,
35 string | Symbol | Content | StandardLink $value,
36 bool $show_label = true
37 ): self;
38}
withProperty(string $label, string|Symbol|Content|StandardLink $value, bool $show_label=true)
This describes a symbol.
Definition: Symbol.php:30