ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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.