IElementFactoryComponent
Element factory component.
Used to create instances of IElement when an IProperty instance implements an interface returned by getInterface().
Table of Contents
getInterface() | Retrieve the property interface name. | string |
---|---|---|
createElement() | Create an element based on the defined property type. | IElement |
Methods
getInterface()
Retrieve the property interface name.
public
getInterface(
)
: string
This is matched against instances of IProperty. If they match, then createElement() is called.
Return values
stringcreateElement()
Create an element based on the defined property type.
public
createElement(
$prop :
IProperty
, $name :
string
, $id :
string
, $value :
string
)
: IElement
Parameters
- $prop : IProperty
- $name : string
Input name property value
- $id : string
Element id value
- $value : string
Tags
Return values
IElement —Element