Oihana Php Masking

MaskingMode uses ConstantsTrait

The document-level masking modes (the per-collection `type`).

  • exclude : the collection is ignored entirely ;
  • structure : only the collection metadata is kept, no document data ;
  • masked : structure and data, with the attribute rules applied ;
  • full : structure and data kept verbatim, no masking.
Tags
since
1.0.0
author

Marc Alcaraz

Table of Contents

Constants

EXCLUDE  : string = 'exclude'
FULL  : string = 'full'
MASKED  : string = 'masked'
STRUCTURE  : string = 'structure'

Constants

On this page

Search results