19declare(strict_types=1);
24use Psr\Http\Message\ServerRequestInterface;
35 public function withRequest(ServerRequestInterface $request): static;
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
A component is the most general form of an entity in the UI.
withViewControls(ViewControlContainer $viewcontrols)
You may add view controls to the sequences's player that alter the way, order or focus in which the s...
withId(string $id)
The Sequence comes with a storage to keep ViewControl-settings throughout requests.
withRequest(ServerRequestInterface $request)
Rendering the sequence must be done using the current request: it (the request) will carry parameters...
withActions(StdButton ... $actions)
Add additional actions to the Sequence.