$pTR
$pTR :
Represents a "tt" node (trim transformation) within a "pm" (property mappings) node. Trims a defined prefix and suffix from an input.
__construct( $prefixToRemove, $suffixToRemove)
$prefixToRemove | ||
$suffixToRemove |
transform( $inputValue)
$inputValue |
getPrefixToRemove()
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
getSuffixToRemove()
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
shouldTrimPrefix( $inputValue)
$inputValue |
shouldTrimSuffix( $inputValue)
$inputValue |