Verzeichnisstruktur phpBB-3.2.0


Veröffentlicht
06.01.2017

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

Verzeichnisgröße
1.14 MiB
Verzeichnisse
102
Dateien
371

docs access-interceptor-scope-localizer.md
access-interceptor-value-holder.md
generator-strategies.md
lazy-loading-ghost-object.md
lazy-loading-value-holder.md
null-object.md
remote-object.md
tuning-for-production.md
examples
remote-proxy remote-proxy-server.php
access-interceptor-scope-localizer.php
ghost-object.php
remote-proxy.php
smart-reference.php
virtual-proxy.php
html-docs
css styles.css
img block.png
enf.png
access-interceptor-scope-localizer-proxy.html
access-interceptor-value-holder-proxy.html
contributing.html
copyright.html
credits.html
download.html
favicon.ico
ghost-object.html
index.html
null-object.html
production.html
remote-object.html
virtual-proxy.html
src
ProxyManager
Autoloader Autoloader.php
AutoloaderInterface.php
Exception DisabledMethodException.php
ExceptionInterface.php
FileNotWritableException.php
InvalidProxiedClassException.php
InvalidProxyDirectoryException.php
UnsupportedProxiedClassException.php
Factory
RemoteObject
Adapter BaseAdapter.php
JsonRpc.php
Soap.php
XmlRpc.php
AdapterInterface.php
AbstractBaseFactory.php
AbstractLazyFactory.php
AccessInterceptorScopeLocalizerFactory.php
AccessInterceptorValueHolderFactory.php
LazyLoadingGhostFactory.php
LazyLoadingValueHolderFactory.php
NullObjectFactory.php
RemoteObjectFactory.php
FileLocator FileLocator.php
FileLocatorInterface.php
Generator
Util ClassGeneratorUtils.php
UniqueIdentifierGenerator.php
ClassGenerator.php
MagicMethodGenerator.php
MethodGenerator.php
ParameterGenerator.php
GeneratorStrategy BaseGeneratorStrategy.php
EvaluatingGeneratorStrategy.php
FileWriterGeneratorStrategy.php
GeneratorStrategyInterface.php
Inflector
Util ParameterEncoder.php
ParameterHasher.php
ClassNameInflector.php
ClassNameInflectorInterface.php
Proxy
Exception RemoteObjectException.php
AccessInterceptorInterface.php
FallbackValueHolderInterface.php
GhostObjectInterface.php
LazyLoadingInterface.php
NullObjectInterface.php
ProxyInterface.php
RemoteObjectInterface.php
SmartReferenceInterface.php
ValueHolderInterface.php
VirtualProxyInterface.php
ProxyGenerator
AccessInterceptor
MethodGenerator MagicWakeup.php
SetMethodPrefixInterceptor.php
SetMethodSuffixInterceptor.php
PropertyGenerator MethodPrefixInterceptors.php
MethodSuffixInterceptors.php
AccessInterceptorScopeLocalizer
MethodGenerator
Util InterceptorGenerator.php
Constructor.php
InterceptedMethod.php
MagicClone.php
MagicGet.php
MagicIsset.php
MagicSet.php
MagicSleep.php
MagicUnset.php
AccessInterceptorValueHolder
MethodGenerator
Util InterceptorGenerator.php
Constructor.php
InterceptedMethod.php
MagicClone.php
MagicGet.php
MagicIsset.php
MagicSet.php
MagicUnset.php
Assertion CanProxyAssertion.php
LazyLoading
MethodGenerator Constructor.php
LazyLoadingGhost
MethodGenerator CallInitializer.php
GetProxyInitializer.php
InitializeProxy.php
IsProxyInitialized.php
LazyLoadingMethodInterceptor.php
MagicClone.php
MagicGet.php
MagicIsset.php
MagicSet.php
MagicSleep.php
MagicUnset.php
SetProxyInitializer.php
PropertyGenerator InitializationTracker.php
InitializerProperty.php
LazyLoadingValueHolder
MethodGenerator GetProxyInitializer.php
InitializeProxy.php
IsProxyInitialized.php
LazyLoadingMethodInterceptor.php
MagicClone.php
MagicGet.php
MagicIsset.php
MagicSet.php
MagicSleep.php
MagicUnset.php
SetProxyInitializer.php
PropertyGenerator InitializerProperty.php
ValueHolderProperty.php
NullObject
MethodGenerator Constructor.php
NullObjectMethodInterceptor.php
PropertyGenerator PublicPropertiesDefaults.php
PublicPropertiesMap.php
RemoteObject
MethodGenerator Constructor.php
MagicGet.php
MagicIsset.php
MagicSet.php
MagicUnset.php
RemoteObjectMethod.php
PropertyGenerator AdapterProperty.php
Util ProxiedMethodsFilter.php
PublicScopeSimulator.php
ValueHolder
MethodGenerator GetWrappedValueHolderValue.php
MagicSleep.php
AccessInterceptorScopeLocalizerGenerator.php
AccessInterceptorValueHolderGenerator.php
LazyLoadingGhostGenerator.php
LazyLoadingValueHolderGenerator.php
NullObjectGenerator.php
ProxyGeneratorInterface.php
RemoteObjectGenerator.php
Signature
Exception ExceptionInterface.php
InvalidSignatureException.php
MissingSignatureException.php
ClassSignatureGenerator.php
ClassSignatureGeneratorInterface.php
SignatureChecker.php
SignatureCheckerInterface.php
SignatureGenerator.php
SignatureGeneratorInterface.php
Configuration.php
Version.php
tests
ProxyManagerTest
Autoloader AutoloaderTest.php
Exception DisabledMethodExceptionTest.php
FileNotWritableExceptionTest.php
InvalidProxiedClassExceptionTest.php
InvalidProxyDirectoryExceptionTest.php
UnsupportedProxiedClassExceptionTest.php
Factory
RemoteObject
Adapter BaseAdapterTest.php
JsonRpcTest.php
SoapTest.php
XmlRpcTest.php
AbstractBaseFactoryTest.php
AccessInterceptorScopeLocalizerFactoryTest.php
AccessInterceptorValueHolderFactoryTest.php
LazyLoadingGhostFactoryTest.php
LazyLoadingValueHolderFactoryTest.php
NullObjectFactoryTest.php
RemoteObjectFactoryTest.php
FileLocator FileLocatorTest.php
Functional AccessInterceptorScopeLocalizerFunctionalTest.php
AccessInterceptorValueHolderFunctionalTest.php
BaseLazyLoadingPerformanceTest.php
BasePerformanceTest.php
FatalPreventionFunctionalTest.php
LazyLoadingGhostFunctionalTest.php
LazyLoadingGhostPerformanceTest.php
LazyLoadingValueHolderFunctionalTest.php
LazyLoadingValueHolderPerformanceTest.php
MultipleProxyGenerationTest.php
NullObjectFunctionalTest.php
RemoteObjectFunctionalTest.php
Generator
Util ClassGeneratorUtilsTest.php
UniqueIdentifierGeneratorTest.php
ClassGeneratorTest.php
MagicMethodGeneratorTest.php
MethodGeneratorTest.php
ParameterGeneratorTest.php
GeneratorStrategy BaseGeneratorStrategyTest.php
EvaluatingGeneratorStrategyTest.php
FileWriterGeneratorStrategyTest.php
Inflector
Util ParameterEncoderTest.php
ParameterHasherTest.php
ClassNameInflectorTest.php
ProxyGenerator
AccessInterceptor
MethodGenerator MagicWakeupTest.php
SetMethodPrefixInterceptorTest.php
SetMethodSuffixInterceptorTest.php
PropertyGenerator MethodPrefixInterceptorsTest.php
MethodSuffixInterceptorsTest.php
AccessInterceptorScopeLocalizer
MethodGenerator
Util InterceptorGeneratorTest.php
ConstructorTest.php
InterceptedMethodTest.php
MagicCloneTest.php
MagicGetTest.php
MagicIssetTest.php
MagicSetTest.php
MagicSleepTest.php
MagicUnsetTest.php
AccessInterceptorValueHolder
LazyLoading
MethodGenerator ConstructorTest.php
MethodGenerator
Util InterceptorGeneratorTest.php
ConstructorTest.php
InterceptedMethodTest.php
MagicCloneTest.php
MagicGetTest.php
MagicIssetTest.php
MagicSetTest.php
MagicUnsetTest.php
Assertion CanProxyAssertionTest.php
LazyLoadingGhost
MethodGenerator CallInitializerTest.php
GetProxyInitializerTest.php
InitializeProxyTest.php
IsProxyInitializedTest.php
LazyLoadingMethodInterceptorTest.php
MagicCloneTest.php
MagicGetTest.php
MagicIssetTest.php
MagicSetTest.php
MagicSleepTest.php
MagicUnsetTest.php
SetProxyInitializerTest.php
PropertyGenerator InitializationTrackerTest.php
InitializerPropertyTest.php
LazyLoadingValueHolder
MethodGenerator GetProxyInitializerTest.php
InitializeProxyTest.php
IsProxyInitializedTest.php
LazyLoadingMethodInterceptorTest.php
MagicCloneTest.php
MagicGetTest.php
MagicIssetTest.php
MagicSetTest.php
MagicSleepTest.php
MagicUnsetTest.php
SetProxyInitializerTest.php
PropertyGenerator InitializerPropertyTest.php
ValueHolderPropertyTest.php
NullObject
MethodGenerator ConstructorTest.php
NullObjectMethodInterceptorTest.php
PropertyGenerator AbstractUniquePropertyNameTest.php
PublicPropertiesDefaultsTest.php
PublicPropertiesMapTest.php
RemoteObject
MethodGenerator ConstructorTest.php
MagicGetTest.php
MagicIssetTest.php
MagicSetTest.php
MagicUnsetTest.php
RemoteObjectMethodTest.php
PropertyGenerator AdapterPropertyTest.php
Util ProxiedMethodsFilterTest.php
PublicScopeSimulatorTest.php
ValueHolder
MethodGenerator GetWrappedValueHolderValueTest.php
MagicSleepTest.php
AbstractProxyGeneratorTest.php
AccessInterceptorScopeLocalizerTest.php
AccessInterceptorValueHolderTest.php
LazyLoadingGhostGeneratorTest.php
LazyLoadingValueHolderGeneratorTest.php
NullObjectGeneratorTest.php
RemoteObjectGeneratorTest.php
Signature
Exception InvalidSignatureExceptionTest.php
MissingSignatureExceptionTest.php
ClassSignatureGeneratorTest.php
SignatureCheckerTest.php
SignatureGeneratorTest.php
ConfigurationTest.php
VersionTest.php
ProxyManagerTestAsset
ProxyGenerator
LazyLoading
MethodGenerator ClassWithTwoPublicProperties.php
RemoteProxy BazServiceInterface.php
Foo.php
FooServiceInterface.php
AccessInterceptorValueHolderMock.php
BaseClass.php
BaseInterface.php
CallableTypeHintClass.php
ClassWithAbstractProtectedMethod.php
ClassWithByRefMagicMethods.php
ClassWithFinalMagicMethods.php
ClassWithFinalMethods.php
ClassWithMagicMethods.php
ClassWithMethodWithDefaultParameters.php
ClassWithMixedProperties.php
ClassWithPrivateProperties.php
ClassWithProtectedProperties.php
ClassWithPublicArrayProperty.php
ClassWithPublicProperties.php
ClassWithSelfHint.php
EmptyClass.php
FinalClass.php
HydratedObject.php
LazyLoadingMock.php
NullObjectMock.php
language-feature-scripts
cache README.md
README.md
access-interceptor-denies-private-property-isset.phpt
access-interceptor-denies-private-property-read.phpt
access-interceptor-denies-private-property-unset.phpt
access-interceptor-denies-private-property-write.phpt
access-interceptor-denies-protected-property-isset.phpt
access-interceptor-denies-protected-property-read.phpt
access-interceptor-denies-protected-property-unset.phpt
access-interceptor-denies-protected-property-write.phpt
access-interceptor-scope-localizer-denies-private-property-isset.phpt
access-interceptor-scope-localizer-denies-private-property-read.phpt
access-interceptor-scope-localizer-denies-private-property-unset.phpt
access-interceptor-scope-localizer-denies-private-property-write.phpt
access-interceptor-scope-localizer-denies-protected-property-isset.phpt
access-interceptor-scope-localizer-denies-protected-property-read.phpt
access-interceptor-scope-localizer-denies-protected-property-unset.phpt
access-interceptor-scope-localizer-denies-protected-property-write.phpt
access-interceptor-with-cache.phpt
init.php
lazy-loading-ghost-allows-inexisting-magic-property-read.phpt
lazy-loading-ghost-allows-inexisting-property-write.phpt
lazy-loading-ghost-denies-inexisting-property-read.phpt
lazy-loading-ghost-denies-private-property-isset.phpt
lazy-loading-ghost-denies-private-property-read.phpt
lazy-loading-ghost-denies-private-property-unset.phpt
lazy-loading-ghost-denies-private-property-write.phpt
lazy-loading-ghost-denies-protected-property-isset.phpt
lazy-loading-ghost-denies-protected-property-read.phpt
lazy-loading-ghost-denies-protected-property-unset.phpt
lazy-loading-ghost-denies-protected-property-write.phpt
lazy-loading-ghost-with-cache.phpt
lazy-loading-value-holder-denies-private-property-isset.phpt
lazy-loading-value-holder-denies-private-property-read.phpt
lazy-loading-value-holder-denies-private-property-unset.phpt
lazy-loading-value-holder-denies-private-property-write.phpt
lazy-loading-value-holder-denies-protected-property-isset.phpt
lazy-loading-value-holder-denies-protected-property-read.phpt
lazy-loading-value-holder-denies-protected-property-unset.phpt
lazy-loading-value-holder-denies-protected-property-write.phpt
lazy-loading-value-holder-internal-php-classes.phpt
lazy-loading-value-holder-with-cache.phpt
null-object-public-function-empty.phpt
null-object-public-property-empty.phpt
remote-object-json-adapter-denies-unknow-method.phpt
.gitignore
.scrutinizer.yml
.travis.install.sh
.travis.yml
CONTRIBUTING.md
LICENSE
README.md
STABILITY.md
UPGRADE.md
composer.json
index.html
phpdox.xml.dist
phpmd.xml.dist
phpunit.xml.dist
proxy-manager.png
proxy-manager.svg