ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilAssLacManufacturerInterface.php
Go to the documentation of this file.
1 <?php
11 {
12 
18  public static function _getInstance();
19 
27  public function manufacture($attribute);
28 
32  public function getPattern();
33 
42  public function match($subject);
43 }
manufacture($attribute)
Create a new specific Composite object which is representing the delivered Attribute.
match($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.