ILIAS  release_7 Revision v7.30-3-g800a261c036
ilAssLacManufacturerInterface.php
Go to the documentation of this file.
1<?php
11{
12
18 public static function _getInstance();
19
27 public function manufacture($attribute);
28
32 public function getPattern();
33
42 public function match($subject);
43}
An exception for terminatinating execution or to throw for unit testing.
static _getInstance()
Get an singleton of the manufacturer.
match($subject)
Matches a delivered string with a the pattern returned by getPattern implemented in the explicit Manu...
manufacture($attribute)
Create a new specific Composite object which is representing the delivered Attribute.