ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ ilDoc Overview
NullWrapper.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
class
NullWrapper
implements
WrapperInterface
26
{
27
public
function
get
():
JobResult
28
{
29
return
new
JobResult
();
30
}
31
32
public
function
withStatus
(
int
$status):
WrapperInterface
33
{
34
return
$this;
35
}
36
37
public
function
withMessage
(
string
$message):
WrapperInterface
38
{
39
return
$this;
40
}
41
}
ILIAS\Cron\Job\JobResult
Definition:
JobResult.php:24
ILIAS\MetaData\OERHarvester\CronJob\Results\NullWrapper
Definition:
NullWrapper.php:26
ILIAS\MetaData\OERHarvester\CronJob\Results\NullWrapper\withStatus
withStatus(int $status)
Definition:
NullWrapper.php:32
ILIAS\MetaData\OERHarvester\CronJob\Results\NullWrapper\withMessage
withMessage(string $message)
Definition:
NullWrapper.php:37
ILIAS\MetaData\OERHarvester\CronJob\Results\WrapperInterface
Definition:
WrapperInterface.php:26
ILIAS\MetaData\OERHarvester\CronJob\Results
Definition:
NullWrapper.php:21
components
ILIAS
MetaData
classes
OERHarvester
CronJob
Results
NullWrapper.php
Generated on Sun Apr 5 2026 23:03:26 for ILIAS by
1.9.4 (using
Doxyfile
)