IPropertySetFactory
A factory for creating IPropertySet instances
Table of Contents
getPropertyFactory() | Retrieve the IPropertyFactory instance | IPropertyFactory |
---|---|---|
getCreatePropertySetSupplier() | Retrieve the callback used for creating new IPropertySet instances | Closure |
createPropertySet() | Using the suppliers defined in this object, create an IPropertySet instance. | IPropertySet |
Methods
getPropertyFactory()
Retrieve the IPropertyFactory instance
public
getPropertyFactory(
)
: IPropertyFactory
Return values
IPropertyFactory —factor
getCreatePropertySetSupplier()
Retrieve the callback used for creating new IPropertySet instances
public
getCreatePropertySetSupplier(
)
: Closure
Return values
Closure —f( IPropertyFactory $factory, IPropertyConfig ...$config ) : IPropertySet
createPropertySet()
Using the suppliers defined in this object, create an IPropertySet instance.
public
createPropertySet(
...$config :
IPropertyConfig
)
: IPropertySet
Parameters
- $config : IPropertyConfig
Additional configuration data
Tags
Return values
IPropertySet —property set