19 declare(strict_types=1);
69 public function text(
string $label, ?
string $byline =
null):
Text;
215 public function section(array $inputs,
string $label, ?
string $byline =
null):
Section;
304 public function tag(
string $label, array $tags, ?
string $byline =
null):
Tag;
387 public function select(
string $label, array $options, ?
string $byline =
null):
Select;
476 public function radio(
string $label, ?
string $byline =
null):
Radio;
632 public function file(
635 ?
string $byline =
null,
701 public function image(
703 ImagePurpose $image_purpose,
705 ?
string $byline =
null,
736 public function url(
string $label, ?
string $byline =
null):
Url;
764 public function link(
string $label, ?
string $byline =
null):
Link;
955 ?
string $byline =
null,
1023 ?
string $byline =
null,
ImagePurpose
This enum provides options to categorise the purpose of an image, which will be used to determine whe...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This describes text inputs.
This describes Textarea inputs.