1 <?php declare(strict_types=1);
    58         $tpl = new \ilTemplate(
"tpl.slot.html", 
true, 
true, 
"Modules/BookingManager/BookingProcess");
    60         $modal = $ui->factory()->modal()->roundtrip(
"", $ui->factory()->legacy(
""));
    61         $url = $this->
link . 
'&replaceSignal=' . $modal->getReplaceSignal()->getId();
    62         $modal = $modal->withAsyncRenderUrl(
$url);
    63         $button = $ui->factory()->button()->shy($this->title, 
"#")
    64             ->withOnClick($modal->getShowSignal());
    66         $tpl->setVariable(
"OBJECT_LINK", $ui->renderer()->render([$button, $modal]));
    67         $tpl->setVariable(
"TIME", $this->
from . 
"-" . $this->
to);
    68         $tpl->setVariable(
"COLOR_NR", $this->color_nr);
    69         $tpl->setVariable(
"AVAILABILITY", 
"(" . $this->available . 
") ");
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
to(\GdImage $image, int $quality=null)
Currently this is the only way to make a FileStream from a GD image resource. 
 
__construct(string $link, string $from, string $to, int $from_ts, int $to_ts, string $title, int $available, int $color_nr)
 
link(string $caption, string $href, bool $new_viewport=false)