ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
ilAssLacManufacturerInterface.php
Go to the documentation of this file.
1<?php
11
17 public static function _getInstance();
18
26 public function manufacture($attribute);
27
31 public function getPattern();
32
41 public function match($subject);
42}
static _getInstance()
Get an singleton of the manufacturer.
match($subject)
Matches a delivered string with a the pattern returned by getPattern implemented in the explicit Manu...
manufacture($attribute)
Create a new specific Composite object which is representing the delivered Attribute.