Oihana Php Masking

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
since
1.0.0
author

Marc Alcaraz

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'
On this page

Search results