ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilAssLacManufacturerInterface.php
Go to the documentation of this file.
1<?php
2
27{
33 public static function _getInstance(): ?ilAssLacManufacturerInterface;
34
38 public function manufacture(string $attribute): ilAssLacAbstractComposite;
39
43 public function getPattern(): string;
44
51 public function match(string $subject): array;
52}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getInstance()
Get an singleton of the manufacturer.
match(string $subject)
Matches a delivered string with a the pattern returned by getPattern implemented in the explicit Manu...
manufacture(string $attribute)
Create a new specific Composite object which is representing the delivered Attribute.