53    protected ?
int $id = 
null;
 
   83    protected ?
string $rid = 
null;
 
Class ResourceIdentification.
 
setResourceId(string $rid)
 
int $id
@con_has_field true @con_fieldtype integer @con_length 4 @con_is_notnull true @con_is_primary true @c...
 
setFilename(string $filename)
 
int $file_type
@con_has_field true @con_fieldtype integer @con_length 1 @con_is_notnull true
 
getConnectorContainerName()
@description Return the Name of your Connector Table
 
string $rid
@con_has_field true @con_fieldtype text @con_length 255 @con_is_notnull true
 
string $filename
@con_has_field true @con_fieldtype text @con_length 256 @con_is_notnull true
 
setIsOnline(int $is_online)
 
static returnDbTableName()
 
setFileType(int $file_type)
 
int $is_online
@con_has_field true @con_fieldtype integer @con_length 1 @con_is_notnull true
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...