ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
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}