| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilAssLacManufacturerInterface:
 Collaboration diagram for ilAssLacManufacturerInterface:Public Member Functions | |
| manufacture (string $attribute) | |
| Create a new specific Composite object which is representing the delivered Attribute.  More... | |
| getPattern () | |
| match (string $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... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ManufacturerInterface
Date: 25.03.13 Time: 15:33
Definition at line 26 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 | ( | string | $attribute | ) | 
Create a new specific Composite object which is representing the delivered Attribute.
Implemented in ilAssLacExpressionManufacturer, and ilAssLacOperationManufacturer.
| ilAssLacManufacturerInterface::match | ( | string | $subject | ) | 
Matches a delivered string with a the pattern returned by getPattern implemented in the explicit Manufacturer.
| string | $subject | 
Implemented in ilAssLacAbstractManufacturer.