ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
Factory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23interface Factory
24{
72 public function sequence(
73 Sequence\SegmentRetrieval $segment_retrieval,
74 ?string $title = null
75 ): Sequence\Sequence;
76}
sequence(Sequence\SegmentRetrieval $segment_retrieval, ?string $title=null)