ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
string $type
__construct(string $type, int $a_id=0, bool $a_reference=true)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...