Documentation

DynamicValueExtractor

Tags
author

DeviceAtlas Limited

Table of Contents

Methods

getDynamicValue()  : string|null
Extract the dynamic value from the identifier starting at the offset index.

Methods

getDynamicValue()

Extract the dynamic value from the identifier starting at the offset index.

public getDynamicValue(mixed $identifier, mixed $startIndex) : string|null

Some extractors may perform validation to ensure the extracted value is compliant.

Parameters
$identifier : mixed
$startIndex : mixed
Return values
string|null

The dynamic value string or null if no dynamic value found.


        
On this page

Search results