|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ManufacturerInterface. More...
Inheritance diagram for ilAssLacManufacturerInterface:
Collaboration diagram for ilAssLacManufacturerInterface: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().
Here is the caller graph for this function:| 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.