interface ConfigProvider

Methods

array|Dictionary|null
asConfig()

Return an array-based representation of this object to be used for parsing

Details

at line 20
array|Dictionary|null asConfig()

Return an array-based representation of this object to be used for parsing

NOTE: if this method was named getConfig() it could interfere with magic getters from the Configurable trait

Return Value

array|Dictionary|null