ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ ilDoc Overview
WrapperInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\OERHarvester\CronJob\Results
;
22
23
use
ILIAS\Cron\Job\JobResult
;
24
25
interface
WrapperInterface
26
{
27
public
function
get
():
JobResult
;
28
29
public
function
withStatus
(
int
$status):
WrapperInterface
;
30
31
public
function
withMessage
(
string
$message):
WrapperInterface
;
32
}
ILIAS\Cron\Job\JobResult
Definition:
JobResult.php:24
ILIAS\MetaData\OERHarvester\CronJob\Results\WrapperInterface
Definition:
WrapperInterface.php:26
ILIAS\MetaData\OERHarvester\CronJob\Results\WrapperInterface\withMessage
withMessage(string $message)
ILIAS\MetaData\OERHarvester\CronJob\Results\WrapperInterface\withStatus
withStatus(int $status)
ILIAS\MetaData\OERHarvester\CronJob\Results
Definition:
NullWrapper.php:21
components
ILIAS
MetaData
classes
OERHarvester
CronJob
Results
WrapperInterface.php
Generated on Sun Apr 5 2026 23:03:26 for ILIAS by
1.9.4 (using
Doxyfile
)