BuildDepth Class Reference
Detailed Description
BuildDepth values are used to define the depth when loading object trees.
Definition at line 19 of file BuildDepth.php.
Public Attributes | |
const | INFINITE = -1 |
const | SINGLE = -2 |
const | REQUIRED = -4 |
const | PROXIES_ONLY = -8 |
const | MAX = 10 |
Member Data Documentation
◆ INFINITE
const INFINITE = -1 |
Definition at line 21 of file BuildDepth.php.
◆ SINGLE
const SINGLE = -2 |
Definition at line 22 of file BuildDepth.php.
◆ REQUIRED
const REQUIRED = -4 |
Definition at line 23 of file BuildDepth.php.
◆ PROXIES_ONLY
const PROXIES_ONLY = -8 |
Definition at line 24 of file BuildDepth.php.
◆ MAX
const MAX = 10 |
Definition at line 25 of file BuildDepth.php.