ILIAS  trunk Revision v11.0_alpha-1838-g59fc79e306b
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilAssLacManufacturerInterface Interface Reference

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

Detailed Description

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

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

Definition at line 26 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 ( string  $attribute)

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

Implemented in ilAssLacExpressionManufacturer, and ilAssLacOperationManufacturer.

◆ match()

ilAssLacManufacturerInterface::match ( string  $subject)

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

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

Implemented in ilAssLacAbstractManufacturer.


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