19 declare(strict_types=1);
53 $this->dropdown_label = self::DEFAULT_DROPDOWN_LABEL;
62 $clone->initSignals();
71 $this->internal_signal = $this->signal_generator->create();
88 $clone->target_url =
$url;
114 $clone = clone $this;
115 $clone->total_entries = $total;
125 $clone = clone $this;
126 $clone->page_size = $size;
143 $clone = clone $this;
144 $clone->current_page = $page;
174 $pages = ceil($this->total_entries / $this->page_size);
183 $clone = clone $this;
184 $clone->max_pages_shown = $amount;
198 if ($this->
getOffset() + $this->page_size > $this->total_entries) {
199 return $this->total_entries - $this->
getOffset();
209 $clone = clone $this;
210 $clone->dd_threshold = $amount;
227 $clone = clone $this;
228 $clone->dropdown_label = $template;
245 return self::DEFAULT_DROPDOWN_LABEL;
253 $f = new \ILIAS\Data\Factory();
withTriggeredSignal(C\Signal $signal, string $event)
Add a triggered signal, replacing any other signals registered on the same event. ...
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
A simple class to express a naive range of whole positive numbers.