4include_once(
'Services/WebServices/ECS/classes/class.ilRemoteObjectBaseGUI.php');
20 public function __construct($a_id = 0, $a_id_type = self::REPOSITORY_NODE_ID, $a_parent_node_id = 0)
22 parent::__construct($a_id, $a_id_type, $a_parent_node_id);
24 $this->lng->loadLanguageModule(
'rfil');
25 $this->lng->loadLanguageModule(
'file');
35 $a_info->
addProperty($this->lng->txt(
'version'),$this->object->getVersion());
36 $a_info->
addProperty($this->lng->txt(
'rfil_version_tstamp'),
static formatDate(ilDateTime $date)
Format a date @access public.
@classDescription Date and time handling
addProperty($a_name, $a_value, $a_link="")
add a property to current section
addCustomInfoFields(ilInfoScreenGUI $a_info)
Add custom fields to info screen.
__construct($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0)
Constructor.
getType()
Functions that must be overwritten.