About

This package is 47.9 KB. It is available at http://archive.ubuntu.com/ubuntu/pool/universe/p/php-proxy-manager/php-proxy-manager_2.0.0-1ubuntu1_all.deb .

View its full control file here: debian/control.

Description

library providing utilities to operate with Object Proxies

Relations

This package depends on: php-common, php-zend-code (>= 3.0), php-zend-code (<< 4~~).

This package does not recommend any other package.

This package does not conflict with any other package.

Package Contents

This package is indexed.

php-proxy-manager 2.0.0-1ubuntu1 is in ubuntu - xenial / universe. This package's architecture is: architectureless.

File Mime Type Owner Mode Size
/usr/ root:root 0o755
/usr/share/ root:root 0o755
/usr/share/doc/ root:root 0o755
/usr/share/doc/php-proxy-manager/ root:root 0o755
/usr/share/doc/php-proxy-manager/access-interceptor-scope-localizer.md text/x-c++ root:root 0o644 3.4 KB
/usr/share/doc/php-proxy-manager/access-interceptor-value-holder.md text/x-c++ root:root 0o644 3.9 KB
/usr/share/doc/php-proxy-manager/changelog.Debian.gz application/gzip root:root 0o644 1.1 KB
/usr/share/doc/php-proxy-manager/copyright text/plain root:root 0o644 2.8 KB
/usr/share/doc/php-proxy-manager/credits.md text/plain root:root 0o644 884 bytes
/usr/share/doc/php-proxy-manager/generator-strategies.md text/plain root:root 0o644 1.5 KB
/usr/share/doc/php-proxy-manager/lazy-loading-ghost-object.md.gz application/gzip root:root 0o644 3.9 KB
/usr/share/doc/php-proxy-manager/lazy-loading-value-holder.md.gz application/gzip root:root 0o644 2.4 KB
/usr/share/doc/php-proxy-manager/null-object.md text/x-c++ root:root 0o644 2.9 KB
/usr/share/doc/php-proxy-manager/README.md text/plain root:root 0o644 3.0 KB
/usr/share/doc/php-proxy-manager/remote-object.md text/x-c++ root:root 0o644 2.9 KB
/usr/share/doc/php-proxy-manager/tuning-for-production.md text/plain root:root 0o644 1.0 KB
/usr/share/doc/php-proxy-manager/UPGRADE.md.gz application/gzip root:root 0o644 2.1 KB
/usr/share/php/ root:root 0o755
/usr/share/php/ProxyManager/ root:root 0o755
/usr/share/php/ProxyManager/Autoloader/ root:root 0o755
/usr/share/php/ProxyManager/Autoloader/AutoloaderInterface.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/ProxyManager/Autoloader/Autoloader.php text/x-php root:root 0o644 2.3 KB
/usr/share/php/ProxyManager/autoload.php text/x-php root:root 0o644 20.4 KB
/usr/share/php/ProxyManager/Configuration.php text/x-php root:root 0o644 6.1 KB
/usr/share/php/ProxyManager/Exception/ root:root 0o755
/usr/share/php/ProxyManager/Exception/DisabledMethodException.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/ProxyManager/Exception/ExceptionInterface.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/ProxyManager/Exception/FileNotWritableException.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/ProxyManager/Exception/InvalidProxiedClassException.php text/x-php root:root 0o644 2.5 KB
/usr/share/php/ProxyManager/Exception/InvalidProxyDirectoryException.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/ProxyManager/Exception/UnsupportedProxiedClassException.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/ProxyManager/Factory/ root:root 0o755
/usr/share/php/ProxyManager/Factory/AbstractBaseFactory.php text/x-php root:root 0o644 4.0 KB
/usr/share/php/ProxyManager/Factory/AccessInterceptorScopeLocalizerFactory.php text/x-php root:root 0o644 2.6 KB
/usr/share/php/ProxyManager/Factory/AccessInterceptorValueHolderFactory.php text/x-php root:root 0o644 2.6 KB
/usr/share/php/ProxyManager/Factory/LazyLoadingGhostFactory.php text/x-php root:root 0o644 4.2 KB
/usr/share/php/ProxyManager/Factory/LazyLoadingValueHolderFactory.php text/x-php root:root 0o644 1.9 KB
/usr/share/php/ProxyManager/Factory/NullObjectFactory.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/ProxyManager/Factory/RemoteObject/ root:root 0o755
/usr/share/php/ProxyManager/Factory/RemoteObject/Adapter/ root:root 0o755
/usr/share/php/ProxyManager/Factory/RemoteObject/Adapter/BaseAdapter.php text/x-php root:root 0o644 2.3 KB
/usr/share/php/ProxyManager/Factory/RemoteObject/AdapterInterface.php text/x-php root:root 0o644 1.3 KB
/usr/share/php/ProxyManager/Factory/RemoteObject/Adapter/JsonRpc.php text/x-php root:root 0o644 1.3 KB
/usr/share/php/ProxyManager/Factory/RemoteObject/Adapter/Soap.php text/x-php root:root 0o644 1.3 KB
/usr/share/php/ProxyManager/Factory/RemoteObject/Adapter/XmlRpc.php text/x-php root:root 0o644 1.3 KB
/usr/share/php/ProxyManager/Factory/RemoteObjectFactory.php text/x-php root:root 0o644 2.5 KB
/usr/share/php/ProxyManager/FileLocator/ root:root 0o755
/usr/share/php/ProxyManager/FileLocator/FileLocatorInterface.php text/x-php root:root 0o644 1.3 KB
/usr/share/php/ProxyManager/FileLocator/FileLocator.php text/x-php root:root 0o644 1.9 KB
/usr/share/php/ProxyManager/Generator/ root:root 0o755
/usr/share/php/ProxyManager/Generator/ClassGenerator.php text/x-php root:root 0o644 1.8 KB
/usr/share/php/ProxyManager/Generator/MagicMethodGenerator.php text/x-php root:root 0o644 1.8 KB
/usr/share/php/ProxyManager/Generator/MethodGenerator.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/ProxyManager/GeneratorStrategy/ root:root 0o755
/usr/share/php/ProxyManager/GeneratorStrategy/BaseGeneratorStrategy.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/ProxyManager/GeneratorStrategy/EvaluatingGeneratorStrategy.php text/x-php root:root 0o644 2.2 KB
/usr/share/php/ProxyManager/GeneratorStrategy/FileWriterGeneratorStrategy.php text/x-php root:root 0o644 3.3 KB
/usr/share/php/ProxyManager/GeneratorStrategy/GeneratorStrategyInterface.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/ProxyManager/Generator/Util/ root:root 0o755
/usr/share/php/ProxyManager/Generator/Util/ClassGeneratorUtils.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/ProxyManager/Generator/Util/UniqueIdentifierGenerator.php text/x-php root:root 0o644 1.8 KB
/usr/share/php/ProxyManager/Inflector/ root:root 0o755
/usr/share/php/ProxyManager/Inflector/ClassNameInflectorInterface.php text/x-php root:root 0o644 2.0 KB
/usr/share/php/ProxyManager/Inflector/ClassNameInflector.php text/x-php root:root 0o644 2.8 KB
/usr/share/php/ProxyManager/Inflector/Util/ root:root 0o755
/usr/share/php/ProxyManager/Inflector/Util/ParameterEncoder.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/ProxyManager/Inflector/Util/ParameterHasher.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/ProxyManager/Proxy/ root:root 0o755
/usr/share/php/ProxyManager/Proxy/AccessInterceptorInterface.php text/x-php root:root 0o644 2.6 KB
/usr/share/php/ProxyManager/Proxy/AccessInterceptorValueHolderInterface.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/ProxyManager/Proxy/Exception/ root:root 0o755
/usr/share/php/ProxyManager/Proxy/Exception/RemoteObjectException.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/ProxyManager/Proxy/FallbackValueHolderInterface.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/ProxyManager/ProxyGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/MagicWakeup.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodPrefixInterceptor.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/MethodGenerator/SetMethodSuffixInterceptor.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodPrefixInterceptors.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodSuffixInterceptors.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizerGenerator.php text/x-php root:root 0o644 5.5 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/BindProxyProperties.php text/x-php root:root 0o644 3.6 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/InterceptedMethod.php text/x-php root:root 0o644 2.6 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicClone.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicGet.php text/x-php root:root 0o644 2.7 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicIsset.php text/x-php root:root 0o644 2.7 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSet.php text/x-php root:root 0o644 2.8 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicSleep.php text/x-php root:root 0o644 2.2 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/MagicUnset.php text/x-php root:root 0o644 2.7 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/StaticProxyConstructor.php text/x-php root:root 0o644 3.0 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/InterceptorGenerator.php text/x-php root:root 0o644 3.7 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolderGenerator.php text/x-php root:root 0o644 7.0 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/InterceptedMethod.php text/x-php root:root 0o644 2.8 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicClone.php text/x-php root:root 0o644 2.4 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicGet.php text/x-php root:root 0o644 3.2 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicIsset.php text/x-php root:root 0o644 3.2 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicSet.php text/x-php root:root 0o644 3.3 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/MagicUnset.php text/x-php root:root 0o644 3.2 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/StaticProxyConstructor.php text/x-php root:root 0o644 3.6 KB
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/InterceptorGenerator.php text/x-php root:root 0o644 3.8 KB
/usr/share/php/ProxyManager/ProxyGenerator/Assertion/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/Assertion/CanProxyAssertion.php text/x-php root:root 0o644 3.3 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoading/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhostGenerator.php text/x-php root:root 0o644 7.1 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/CallInitializer.php text/x-php root:root 0o644 6.6 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/GetProxyInitializer.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/InitializeProxy.php text/x-php root:root 0o644 2.0 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/IsProxyInitialized.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicClone.php text/x-php root:root 0o644 2.0 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicGet.php text/x-php root:root 0o644 5.6 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicIsset.php text/x-php root:root 0o644 5.1 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSet.php text/x-php root:root 0o644 5.4 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicSleep.php text/x-php root:root 0o644 2.0 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/MagicUnset.php text/x-php root:root 0o644 5.2 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/MethodGenerator/SetProxyInitializer.php text/x-php root:root 0o644 1.9 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializationTracker.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializerProperty.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/PrivatePropertiesMap.php text/x-php root:root 0o644 2.3 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/ProtectedPropertiesMap.php text/x-php root:root 0o644 2.3 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/StaticProxyConstructor.php text/x-php root:root 0o644 2.4 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolderGenerator.php text/x-php root:root 0o644 6.2 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/GetProxyInitializer.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/InitializeProxy.php text/x-php root:root 0o644 2.0 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/IsProxyInitialized.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/LazyLoadingMethodInterceptor.php text/x-php root:root 0o644 3.1 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicClone.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicGet.php text/x-php root:root 0o644 2.9 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicIsset.php text/x-php root:root 0o644 3.0 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSet.php text/x-php root:root 0o644 3.1 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicSleep.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicUnset.php text/x-php root:root 0o644 3.0 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/SetProxyInitializer.php text/x-php root:root 0o644 2.0 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/InitializerProperty.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/ProxyManager/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/ValueHolderProperty.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/ProxyManager/ProxyGenerator/NullObject/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/NullObjectGenerator.php text/x-php root:root 0o644 2.6 KB
/usr/share/php/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/NullObjectMethodInterceptor.php text/x-php root:root 0o644 1.9 KB
/usr/share/php/ProxyManager/ProxyGenerator/NullObject/MethodGenerator/StaticProxyConstructor.php text/x-php root:root 0o644 2.4 KB
/usr/share/php/ProxyManager/ProxyGenerator/PropertyGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/PropertyGenerator/PublicPropertiesMap.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/ProxyManager/ProxyGenerator/ProxyGeneratorInterface.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObjectGenerator.php text/x-php root:root 0o644 4.0 KB
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicGet.php text/x-php root:root 0o644 2.0 KB
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicIsset.php text/x-php root:root 0o644 2.0 KB
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicSet.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/MagicUnset.php text/x-php root:root 0o644 1.9 KB
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/RemoteObjectMethod.php text/x-php root:root 0o644 2.4 KB
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/MethodGenerator/StaticProxyConstructor.php text/x-php root:root 0o644 2.8 KB
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/PropertyGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/RemoteObject/PropertyGenerator/AdapterProperty.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/ProxyManager/ProxyGenerator/Util/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/Util/Properties.php text/x-php root:root 0o644 4.9 KB
/usr/share/php/ProxyManager/ProxyGenerator/Util/ProxiedMethodsFilter.php text/x-php root:root 0o644 3.3 KB
/usr/share/php/ProxyManager/ProxyGenerator/Util/PublicScopeSimulator.php text/x-php root:root 0o644 7.5 KB
/usr/share/php/ProxyManager/ProxyGenerator/Util/UnsetPropertiesGenerator.php text/x-php root:root 0o644 3.8 KB
/usr/share/php/ProxyManager/ProxyGenerator/ValueHolder/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/ root:root 0o755
/usr/share/php/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/Constructor.php text/x-php root:root 0o644 4.2 KB
/usr/share/php/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/GetWrappedValueHolderValue.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/ProxyManager/ProxyGenerator/ValueHolder/MethodGenerator/MagicSleep.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/ProxyManager/Proxy/GhostObjectInterface.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/ProxyManager/Proxy/LazyLoadingInterface.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/ProxyManager/Proxy/NullObjectInterface.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/ProxyManager/Proxy/ProxyInterface.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/ProxyManager/Proxy/RemoteObjectInterface.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/ProxyManager/Proxy/SmartReferenceInterface.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/ProxyManager/Proxy/ValueHolderInterface.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/ProxyManager/Proxy/VirtualProxyInterface.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/ProxyManager/Signature/ root:root 0o755
/usr/share/php/ProxyManager/Signature/ClassSignatureGeneratorInterface.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/ProxyManager/Signature/ClassSignatureGenerator.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/ProxyManager/Signature/Exception/ root:root 0o755
/usr/share/php/ProxyManager/Signature/Exception/ExceptionInterface.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/ProxyManager/Signature/Exception/InvalidSignatureException.php text/x-php root:root 0o644 1.9 KB
/usr/share/php/ProxyManager/Signature/Exception/MissingSignatureException.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/ProxyManager/Signature/SignatureCheckerInterface.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/ProxyManager/Signature/SignatureChecker.php text/x-php root:root 0o644 2.5 KB
/usr/share/php/ProxyManager/Signature/SignatureGeneratorInterface.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/ProxyManager/Signature/SignatureGenerator.php text/x-php root:root 0o644 1.9 KB
/usr/share/php/ProxyManager/Stub/ root:root 0o755
/usr/share/php/ProxyManager/Stub/EmptyClassStub.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/ProxyManager/Version.php text/x-php root:root 0o644 1.7 KB