Closed tinnerdxp closed 7 years ago
This would be great if classes/interfaces like Doctrine Proxy or Symfony Form could be excluded, especially from the iteration. Symfony form dissalows iteration on itself after construction as far as I'm aware, causing Kint to error out. In case of Doctrine Proxy, it causes loading of elements, which in a lot of cases would slow down the execution.
In Symfony2 or any other framework using dependency injection container - it would be great to be able to specify in the config that any reference to a class of a given instance should not be expanded.