ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 }
manufacture(string $attribute)
Create a new specific Composite object which is representing the delivered Attribute.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
match(string $subject)
Matches a delivered string with a the pattern returned by getPattern implemented in the explicit Manu...
static _getInstance()
Get an singleton of the manufacturer.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...