ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
SourceSelectorInterface.php
Go to the documentation of this file.
1<?php
2
19declare(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}
fromBasicProperties(string $title, string $description='', string $language='')
Choose some basic properties to generate a new LOM set from.
fromObject(int $obj_id, int $sub_id, string $type)
Choose an ILIAS object as the source.