ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 }
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...