ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ManufacturerInterface. More...
Public Member Functions | |
manufacture ($attribute) | |
Create a new specific Composite object which is representing the delivered Attribute. More... | |
getPattern () | |
match ($subject) | |
Matches a delivered string with a the pattern returned by getPattern implemented in the explicit Manufacturer. More... | |
Static Public Member Functions | |
static | _getInstance () |
Get an singleton of the manufacturer. More... | |
Class ManufacturerInterface.
Date: 25.03.13 Time: 15:33
Definition at line 10 of file ilAssLacManufacturerInterface.php.
|
static |
Get an singleton of the manufacturer.
Implemented in ilAssLacExpressionManufacturer, and ilAssLacOperationManufacturer.
ilAssLacManufacturerInterface::getPattern | ( | ) |
Implemented in ilAssLacExpressionManufacturer, and ilAssLacOperationManufacturer.
Referenced by ilAssLacAbstractManufacturer\match().
ilAssLacManufacturerInterface::manufacture | ( | $attribute | ) |
Create a new specific Composite object which is representing the delivered Attribute.
string | $attribute |
Implemented in ilAssLacExpressionManufacturer, and ilAssLacOperationManufacturer.
ilAssLacManufacturerInterface::match | ( | $subject | ) |
Matches a delivered string with a the pattern returned by getPattern implemented in the explicit Manufacturer.
string | $subject |
Implemented in ilAssLacAbstractManufacturer.