ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5
ilAssLacManufacturerInterface Interface Reference

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...
 

Detailed Description

Class ManufacturerInterface.

Date: 25.03.13 Time: 15:33

Author
Thomas Joußen tjous.nosp@m.sen@.nosp@m.datab.nosp@m.ay.d.nosp@m.e

Definition at line 10 of file ilAssLacManufacturerInterface.php.

Member Function Documentation

◆ _getInstance()

static ilAssLacManufacturerInterface::_getInstance ( )
static

Get an singleton of the manufacturer.

Returns
ilAssLacManufacturerInterface

Implemented in ilAssLacExpressionManufacturer, and ilAssLacOperationManufacturer.

◆ getPattern()

ilAssLacManufacturerInterface::getPattern ( )
Returns
string

Implemented in ilAssLacExpressionManufacturer, and ilAssLacOperationManufacturer.

Referenced by ilAssLacAbstractManufacturer\match().

+ Here is the caller graph for this function:

◆ manufacture()

ilAssLacManufacturerInterface::manufacture (   $attribute)

Create a new specific Composite object which is representing the delivered Attribute.

Parameters
string$attribute
Returns
ilAssLacAbstractComposite

Implemented in ilAssLacExpressionManufacturer, and ilAssLacOperationManufacturer.

◆ match()

ilAssLacManufacturerInterface::match (   $subject)

Matches a delivered string with a the pattern returned by getPattern implemented in the explicit Manufacturer.

Parameters
string$subject
See also
ManufacturerInterface::getPattern()
Returns
array

Implemented in ilAssLacAbstractManufacturer.


The documentation for this interface was generated from the following file: