MaskingRule uses ConstantsTrait
The structural keys of a masking rule.
A rule is an associative array { path, type, …options }; these are its two
mandatory keys. The masker-specific option keys live in MaskingOption.
Tags
Table of Contents
Constants
- PATH : string = 'path'
- The locator: which leaves the rule applies to (exact, `.name`, `*`, quoted literal).
- TYPE : string = 'type'
- The masker to apply (a {@see Masker} name).
Constants
PATH
The locator: which leaves the rule applies to (exact, `.name`, `*`, quoted literal).
public
string
PATH
= 'path'
TYPE
The masker to apply (a {@see Masker} name).
public
string
TYPE
= 'type'