InvalidPropertyFactory implements IPropertyFactory
Table of Contents
getPropertyConfig() | Retrieve the config object used for this factory. | array |
---|---|---|
getProperties() | Retrieve a list of properties | \IProperty[] |
Methods
getPropertyConfig()
Retrieve the config object used for this factory.
public
getPropertyConfig(
)
: array
Cast the result to whatever input type
Return values
array —IPropertyConfig[] config
getProperties()
Retrieve a list of properties
public
getProperties(
...$config :
IPropertyConfig
)
: \IProperty[]
Parameters
- $config : IPropertyConfig
One or more configuration instances.
Return values
\IProperty[] —properties