1 | <?php |
||
8 | final class CircularReferenceHandler |
||
9 | { |
||
10 | /** @var RegistryInterface */ |
||
11 | private $registry; |
||
12 | |||
13 | /** |
||
14 | * CircularReferenceHandler constructor. |
||
15 | * |
||
16 | * @param RegistryInterface $registry |
||
17 | */ |
||
18 | public function __construct(RegistryInterface $registry) |
||
22 | |||
23 | public function handle($object) |
||
38 | } |
||
39 |