Oihana PHP Arango

EmptyObject uses ConstantsTrait

The empty AQL object literal, in its compact and spaced renderings.

Used as the default document/expression when none is supplied, and as the output of aqlDocument() for an empty input.

Tags
since
1.0.0
author

Marc Alcaraz

Table of Contents

Constants

COMPACT  : string = '{}'
The compact empty object literal: `{}`.
SPACED  : string = '{ }'
The spaced empty object literal: `{ }`.

Constants

COMPACT

The compact empty object literal: `{}`.

public string COMPACT = '{}'

SPACED

The spaced empty object literal: `{ }`.

public string SPACED = '{ }'
On this page

Search results