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. |
|
(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.mdaccess-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
access-interceptor-scope-localizer.phpghost-object.php
remote-proxy.php
smart-reference.php
virtual-proxy.php
html-docs
access-interceptor-scope-localizer-proxy.htmlaccess-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
Exception
DisabledMethodException.phpExceptionInterface.php
FileNotWritableException.php
InvalidProxiedClassException.php
InvalidProxyDirectoryException.php
UnsupportedProxiedClassException.php
Factory
AbstractBaseFactory.phpAbstractLazyFactory.php
AccessInterceptorScopeLocalizerFactory.php
AccessInterceptorValueHolderFactory.php
LazyLoadingGhostFactory.php
LazyLoadingValueHolderFactory.php
NullObjectFactory.php
RemoteObjectFactory.php
GeneratorStrategy
BaseGeneratorStrategy.phpEvaluatingGeneratorStrategy.php
FileWriterGeneratorStrategy.php
GeneratorStrategyInterface.php
Proxy
AccessInterceptorInterface.phpFallbackValueHolderInterface.php
GhostObjectInterface.php
LazyLoadingInterface.php
NullObjectInterface.php
ProxyInterface.php
RemoteObjectInterface.php
SmartReferenceInterface.php
ValueHolderInterface.php
VirtualProxyInterface.php
ProxyGenerator
LazyLoadingGhost
LazyLoadingValueHolder
RemoteObject
AccessInterceptorValueHolderGenerator.php
LazyLoadingGhostGenerator.php
LazyLoadingValueHolderGenerator.php
NullObjectGenerator.php
ProxyGeneratorInterface.php
RemoteObjectGenerator.php
Signature
ClassSignatureGenerator.phpClassSignatureGeneratorInterface.php
SignatureChecker.php
SignatureCheckerInterface.php
SignatureGenerator.php
SignatureGeneratorInterface.php
Version.php
tests
ProxyManagerTest
Exception
DisabledMethodExceptionTest.phpFileNotWritableExceptionTest.php
InvalidProxiedClassExceptionTest.php
InvalidProxyDirectoryExceptionTest.php
UnsupportedProxiedClassExceptionTest.php
Factory
AbstractBaseFactoryTest.phpAccessInterceptorScopeLocalizerFactoryTest.php
AccessInterceptorValueHolderFactoryTest.php
LazyLoadingGhostFactoryTest.php
LazyLoadingValueHolderFactoryTest.php
NullObjectFactoryTest.php
RemoteObjectFactoryTest.php
Functional
AccessInterceptorScopeLocalizerFunctionalTest.phpAccessInterceptorValueHolderFunctionalTest.php
BaseLazyLoadingPerformanceTest.php
BasePerformanceTest.php
FatalPreventionFunctionalTest.php
LazyLoadingGhostFunctionalTest.php
LazyLoadingGhostPerformanceTest.php
LazyLoadingValueHolderFunctionalTest.php
LazyLoadingValueHolderPerformanceTest.php
MultipleProxyGenerationTest.php
NullObjectFunctionalTest.php
RemoteObjectFunctionalTest.php
Generator
ClassGeneratorTest.phpMagicMethodGeneratorTest.php
MethodGeneratorTest.php
ParameterGeneratorTest.php
GeneratorStrategy
BaseGeneratorStrategyTest.phpEvaluatingGeneratorStrategyTest.php
FileWriterGeneratorStrategyTest.php
ProxyGenerator
AccessInterceptor
LazyLoadingGhost
LazyLoadingValueHolder
PropertyGenerator
AbstractUniquePropertyNameTest.phpPublicPropertiesDefaultsTest.php
PublicPropertiesMapTest.php
RemoteObject
AccessInterceptorScopeLocalizerTest.php
AccessInterceptorValueHolderTest.php
LazyLoadingGhostGeneratorTest.php
LazyLoadingValueHolderGeneratorTest.php
NullObjectGeneratorTest.php
RemoteObjectGeneratorTest.php
VersionTest.php
ProxyManagerTestAsset
AccessInterceptorValueHolderMock.phpBaseClass.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
README.mdaccess-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
.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