ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
RepositoryInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Tracking\View\ProgressBlock\Settings
;
22
23
interface
RepositoryInterface
24
{
25
public
function
isBlockShownForObject
(
int
$obj_id): bool;
26
27
public
function
setShowBlockForObject
(
int
$obj_id,
bool
$show): void;
28
}
ILIAS\Tracking\View\ProgressBlock\Settings\RepositoryInterface\isBlockShownForObject
isBlockShownForObject(int $obj_id)
ILIAS\Tracking\View\ProgressBlock\Settings\RepositoryInterface
Definition:
RepositoryInterface.php:23
ILIAS\Tracking\View\ProgressBlock\Settings\RepositoryInterface\setShowBlockForObject
setShowBlockForObject(int $obj_id, bool $show)
ILIAS\Tracking\View\ProgressBlock\Settings
Definition:
Factory.php:21
components
ILIAS
Tracking
classes
View
ProgressBlock
Settings
RepositoryInterface.php
Generated on Sun Aug 31 2025 23:03:22 for ILIAS by
1.8.13 (using
Doxyfile
)