DynamicPropertiesExtractor
in package
Handle the extraction of dynamic properties from identifiers
Tags
Table of Contents
Methods
- extractDynamicProperties() : mixed
- Extract the dynamic properties from the identifier contained within the matchResult. This assumes that the passed Component has a collection of dynamic extractors defined.
- extractProperties() : mixed
- Given a set of dynamic property rules see if they can be used to find a dynamic property from the identifier.
Methods
extractDynamicProperties()
Extract the dynamic properties from the identifier contained within the matchResult. This assumes that the passed Component has a collection of dynamic extractors defined.
public
extractDynamicProperties( &$toFillDynamicProperties, $component, $matchResult) : mixed
Parameters
extractProperties()
Given a set of dynamic property rules see if they can be used to find a dynamic property from the identifier.
private
extractProperties( &$toFillDynamicProperties, $component, $identifier, $identifierDynamicPropertyPositions) : mixed