ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
}
ilCertificateVerificationObject\getPropertyMap
getPropertyMap()
Return property map (name => type)
Definition:
class.ilCertificateVerificationObject.php:28
ilCertificateVerificationObject\__construct
__construct(string $type, int $a_id=0, bool $a_reference=true)
Definition:
class.ilCertificateVerificationObject.php:9
ilVerificationObject
Verification object base class.
Definition:
class.ilVerificationObject.php:15
ilObject\$type
$type
Definition:
class.ilObject.php:76
php
ilCertificateVerificationObject\initType
initType()
Definition:
class.ilCertificateVerificationObject.php:19
ilCertificateVerificationObject
Definition:
class.ilCertificateVerificationObject.php:7
Services
Verification
classes
Certificate
class.ilCertificateVerificationObject.php
Generated on Thu Jan 16 2025 19:02:34 for ILIAS by
1.8.13 (using
Doxyfile
)