Documentation

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

getCreatePropertySetSupplier()

Retrieve the callback used for creating new IPropertySet instances

public getCreatePropertySetSupplier( ) : Closure
Return values
Closure

f( IPropertyFactory $factory, IPropertyConfig ...$config ) : IPropertySet

Search results