ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilCertificateVerificationObject.php
Go to the documentation of this file.
1<?php
2
23{
24 public function __construct(string $type, int $a_id = 0, bool $a_reference = true)
25 {
26 $this->type = $type;
27
28 parent::__construct($a_id, $a_reference);
29 }
30
34 protected function initType(): void
35 {
36 }
37
41 protected function getPropertyMap(): array
42 {
43 return array(
44 "issued_on" => self::TYPE_DATE,
45 "file" => self::TYPE_STRING
46 );
47 }
48}
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