\DeviceAtlas\DeviceDynamicValueExtractor

Summary

Methods
Constants
getDynamicValue()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getDynamicValue()

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

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

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

Parameters

$identifier
$startIndex
Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in /opt/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275

Returns

string|null —

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