ILIAS  release_8 Revision v8.24
class.ilCertificateVerificationObject.php
Go to the documentation of this file.
1<?php
2
20{
21 public function __construct(string $type, int $a_id = 0, bool $a_reference = true)
22 {
23 $this->type = $type;
24
25 parent::__construct($a_id, $a_reference);
26 }
27
31 protected function initType(): void
32 {
33 }
34
38 protected function getPropertyMap(): array
39 {
40 return array(
41 "issued_on" => self::TYPE_DATE,
42 "file" => self::TYPE_STRING
43 );
44 }
45}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(string $type, int $a_id=0, bool $a_reference=true)
string $type
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc