Documentation

DynamicPropertiesExtractor
in package

Handle the extraction of dynamic properties from identifiers

Tags
author

DeviceAtlas Limited

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
$toFillDynamicProperties :
$component :
$matchResult :

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
Parameters
$toFillDynamicProperties :
$component :
$identifier :
$identifierDynamicPropertyPositions :

        
On this page

Search results