| 
    file-fetcher
    
   | 
 
A context containing previously processed arrays and objects when recursively processing a value.
Public Member Functions | |
| __construct () | |
| add (&$value) | |
| contains (&$value) | |
| __destruct () | |
| SebastianBergmann\RecursionContext\Context::__construct | ( | ) | 
Initialises the context
| SebastianBergmann\RecursionContext\Context::__destruct | ( | ) | 
| SebastianBergmann\RecursionContext\Context::add | ( | & | $value | ) | 
Adds a value to the context.
| array | object | $value | The value to add. | 
| InvalidArgumentException | Thrown if $value is not an array or object | 
| SebastianBergmann\RecursionContext\Context::contains | ( | & | $value | ) | 
Checks if the given value exists within the context.
| array | object | $value | The value to check. | 
| InvalidArgumentException | Thrown if $value is not an array or object | 
 1.8.17