ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
SourceSelectorInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 {
29  public function fromObject(int $obj_id, int $sub_id, string $type): DerivatorInterface;
30 
37  public function fromBasicProperties(
38  string $title,
39  string $description = '',
40  string $language = ''
42 }
fromObject(int $obj_id, int $sub_id, string $type)
Choose an ILIAS object as the source.
fromBasicProperties(string $title, string $description='', string $language='')
Choose some basic properties to generate a new LOM set from.