LookupExistsSpec
in package
implements
LookupInSpec
Indicates to check if a path exists in a document.
Interfaces, Classes, Traits and Enums
- LookupInSpec
- LookupInSpec is an interface for providing subdocument lookup operations.
Table of Contents
- $isXattr : bool
- $path : string
- __construct() : mixed
- build() : LookupExistsSpec
Properties
$isXattr
private
bool
$isXattr
$path
private
string
$path
Methods
__construct()
public
__construct(string $path[, bool $isXattr = false ]) : mixed
Parameters
- $path : string
- $isXattr : bool = false
Tags
Return values
mixed —build()
public
static build(string $path[, bool $isXattr = false ]) : LookupExistsSpec
Parameters
- $path : string
- $isXattr : bool = false