├── CHANGELOG.md ├── Exception ├── ClassNotFoundException.php ├── ExceptionInterface.php ├── LogicException.php └── NotInstantiableTypeException.php ├── Hydrator.php ├── Instantiator.php ├── Internal ├── Exporter.php ├── Hydrator.php ├── LazyDecoratorTrait.php ├── LazyObjectRegistry.php ├── LazyObjectState.php ├── LazyObjectTrait.php ├── Reference.php ├── Registry.php └── Values.php ├── LICENSE ├── LazyGhostTrait.php ├── LazyObjectInterface.php ├── LazyProxyTrait.php ├── ProxyHelper.php ├── README.md ├── VarExporter.php └── composer.json /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /Exception/ClassNotFoundException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Exception/ClassNotFoundException.php -------------------------------------------------------------------------------- /Exception/ExceptionInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Exception/ExceptionInterface.php -------------------------------------------------------------------------------- /Exception/LogicException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Exception/LogicException.php -------------------------------------------------------------------------------- /Exception/NotInstantiableTypeException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Exception/NotInstantiableTypeException.php -------------------------------------------------------------------------------- /Hydrator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Hydrator.php -------------------------------------------------------------------------------- /Instantiator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Instantiator.php -------------------------------------------------------------------------------- /Internal/Exporter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Internal/Exporter.php -------------------------------------------------------------------------------- /Internal/Hydrator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Internal/Hydrator.php -------------------------------------------------------------------------------- /Internal/LazyDecoratorTrait.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Internal/LazyDecoratorTrait.php -------------------------------------------------------------------------------- /Internal/LazyObjectRegistry.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Internal/LazyObjectRegistry.php -------------------------------------------------------------------------------- /Internal/LazyObjectState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Internal/LazyObjectState.php -------------------------------------------------------------------------------- /Internal/LazyObjectTrait.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Internal/LazyObjectTrait.php -------------------------------------------------------------------------------- /Internal/Reference.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Internal/Reference.php -------------------------------------------------------------------------------- /Internal/Registry.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Internal/Registry.php -------------------------------------------------------------------------------- /Internal/Values.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/Internal/Values.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/LICENSE -------------------------------------------------------------------------------- /LazyGhostTrait.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/LazyGhostTrait.php -------------------------------------------------------------------------------- /LazyObjectInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/LazyObjectInterface.php -------------------------------------------------------------------------------- /LazyProxyTrait.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/LazyProxyTrait.php -------------------------------------------------------------------------------- /ProxyHelper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/ProxyHelper.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/README.md -------------------------------------------------------------------------------- /VarExporter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/VarExporter.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/var-exporter/HEAD/composer.json --------------------------------------------------------------------------------