18declare(strict_types=1);
 
   46    public function init(): void
 
   48        $this->copy_enabled = 
false;
 
   49        $this->static_link_enabled = 
true;
 
   50        $this->delete_enabled = 
true;
 
   51        $this->cut_enabled = 
true;
 
   52        $this->subscribe_enabled = 
true;
 
   53        $this->link_enabled = 
true;
 
   54        $this->info_screen_enabled = 
true;
 
   56        $this->gui_class_name = 
'ilobjremotetestgui';
 
   59        if ($this->substitutions->isActive()) {
 
   60            $this->substitutions_enabled = 
true;
 
  107                return parent::getCommandFrame($cmd);
 
static _getInstanceByObjectType(string $a_type)
 
static getInstance()
Get the singelton instance of this ilECSExportManager.
 
static getInstance()
Get the singleton instance of this ilECSImportManager.
 
static _getCommands()
get commands
 
getProperties()
get properties (offline)
 
getCommandFrame(string $cmd)
get command frame
 
__construct()
Constructor.
 
static _lookupOnline($a_obj_id)
Lookup online.
 
addCustomProperty(string $property="", string $value="", bool $alert=false, bool $newline=false)
 
_lookupOrganization(string $table, int $a_obj_id)
lookup organization
 
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc