ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Variables
$
c
d
e
f
g
h
i
j
l
m
n
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
§
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
§
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Modules
Pages
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 Apr 17 2025 19:02:06 for ILIAS by
1.8.13 (using
Doxyfile
)