19 declare(strict_types=1);
35 public function __construct($a_id = 0, $a_id_type = self::REPOSITORY_NODE_ID, $a_parent_node_id = 0)
39 $this->
lng->loadLanguageModule(
'rfil');
40 $this->
lng->loadLanguageModule(
'file');
50 $a_info->
addProperty($this->
lng->txt(
'version'), $this->
object->getVersion());
52 $this->
lng->txt(
'rfil_version_tstamp'),
addCustomInfoFields(ilInfoScreenGUI $a_info)
addProperty(string $a_name, string $a_value, string $a_link="")
add a property to current section
__construct($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)