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
| const INFINITE = -1 |
Definition at line 21 of file BuildDepth.php.
| const SINGLE = -2 |
Definition at line 22 of file BuildDepth.php.
| const REQUIRED = -4 |
Definition at line 23 of file BuildDepth.php.
| const PROXIES_ONLY = -8 |
Definition at line 24 of file BuildDepth.php.
| const MAX = 10 |
Definition at line 25 of file BuildDepth.php.