ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
isToolItem.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use Closure;
27
33{
38 public function withInitiallyHidden(bool $initially_hidden): isToolItem;
39
43 public function isInitiallyHidden(): bool;
44
49 public function withCloseCallback(Closure $close_callback): isToolItem;
50
54 public function getCloseCallback(): Closure;
55
59 public function hasCloseCallback(): bool;
60}