ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
HandlerInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\OERHarvester\Export
;
22
23
interface
HandlerInterface
24
{
25
public
function
hasPublicAccessExport
(
int
$obj_id): bool;
26
27
public
function
createPublicAccessExport
(
int
$obj_id): void;
28
}
ILIAS\MetaData\OERHarvester\Export\HandlerInterface\createPublicAccessExport
createPublicAccessExport(int $obj_id)
ILIAS\MetaData\OERHarvester\Export\HandlerInterface\hasPublicAccessExport
hasPublicAccessExport(int $obj_id)
ILIAS\MetaData\OERHarvester\Export\HandlerInterface
Definition:
HandlerInterface.php:23
ILIAS\MetaData\OERHarvester\Export
Definition:
Handler.php:21
components
ILIAS
MetaData
classes
OERHarvester
Export
HandlerInterface.php
Generated on Wed Sep 3 2025 23:02:08 for ILIAS by
1.8.13 (using
Doxyfile
)