DynamicPropertiesExtractor
in package
Handle the extraction of dynamic properties from identifiers
Tags
Table of Contents
- $dynamicValueExtractors : mixed
- __construct() : mixed
- 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.
Properties
$dynamicValueExtractors
private
mixed
$dynamicValueExtractors
Methods
__construct()
public
__construct(mixed $dynamicValueExtractors) : mixed
Parameters
- $dynamicValueExtractors : mixed
Return values
mixed —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
Return values
mixed —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