API DataValidator_Twig DataValidator_ResetCountersToken - chsxf/mfx GitHub Wiki
DataValidator_ResetCountersToken Class
class DataValidator_ResetCountersToken extends Twig\Node\Node implements Traversable, Stringable, IteratorAggregate, Countable
Summary
Data validator reset counters Twig token
Since 1.0
Methods
__construct
public function __construct( $validatorName, $line, $tag)
Constructor
Since 1.0
Parameters
Name | Type | Description |
---|---|---|
$validatorName |
string |
Validator's name in Twig context |
$line |
int |
Line number of this node |
$tag |
string |
Tag for this node |