ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
class.ilCertificateVerificationObject.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
3
7
class
ilCertificateVerificationObject
extends
ilVerificationObject
8
{
9
public
function
__construct
(
string
$type
,
int
$a_id = 0,
bool
$a_reference =
true
)
10
{
11
$this->type =
$type
;
12
13
parent::__construct
($a_id, $a_reference);
14
}
15
19
protected
function
initType
()
20
{
21
}
22
28
protected
function
getPropertyMap
()
29
{
30
return
array(
31
"issued_on"
=> self::TYPE_DATE,
32
"file"
=> self::TYPE_STRING
33
);
34
}
35
}
php
An exception for terminatinating execution or to throw for unit testing.
ilCertificateVerificationObject
Definition:
class.ilCertificateVerificationObject.php:8
ilCertificateVerificationObject\getPropertyMap
getPropertyMap()
Return property map (name => type)
Definition:
class.ilCertificateVerificationObject.php:28
ilCertificateVerificationObject\initType
initType()
Definition:
class.ilCertificateVerificationObject.php:19
ilCertificateVerificationObject\__construct
__construct(string $type, int $a_id=0, bool $a_reference=true)
Definition:
class.ilCertificateVerificationObject.php:9
ilObject\$type
$type
Definition:
class.ilObject.php:76
ilVerificationObject
Verification object base class.
Definition:
class.ilVerificationObject.php:16
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:40
Services
Verification
classes
Certificate
class.ilCertificateVerificationObject.php
Generated on Sat Oct 4 2025 21:01:11 for ILIAS by
1.9.4 (using
Doxyfile
)