ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Property.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
26 
31 interface 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 }
This describes a symbol.
Definition: Symbol.php:29
withProperty(string $label, string|Symbol|Content|StandardLink $value, bool $show_label=true)