PHP bitExpert\Disco 네임스페이스

중첩된 네임스페이스

bitExpert\Disco\Annotations
bitExpert\Disco\Bench
bitExpert\Disco\BenchConfig
bitExpert\Disco\BenchHelper
bitExpert\Disco\Config
bitExpert\Disco\Helper
bitExpert\Disco\Proxy
bitExpert\Disco\Store

Interfaces

이름 설명
BeanFactoryAware Describes an BeanFactory-aware instance.
BeanPostProcessor The {@link \bitExpert\Disco\BeanPostProcessor} is an beanFactory hook that allows for custom modification of new bean instances, e.g. checking for marker interfaces.
InitializedBean Callback interface for an initialized bean. This method is the last method being called during bean instantiation process. It allows the bean to check, if it is configured correctly.

클래스들

이름 설명
AnnotationBeanFactory {@link \bitExpert\Disco\BeanFactory} implementation.
AnnotationBeanFactoryUnitTest Unit tests for {@link \bitExpert\Disco\AnnotationBeanFactory}.
BeanFactoryConfiguration BeanFactory configuration class.
BeanFactoryConfigurationUnitTest Unit tests for {@link \bitExpert\Disco\BeanFactoryConfiguration}.
BeanFactoryPostProcessor The {@link \bitExpert\Disco\BeanFactoryPostProcessor} is an beanFactory hook allowing you to inject the {@link \bitExpert\Disco\BeanFactory} instance into classes implementing the {@link \bitExpert\Disco\BeanFactoryAware} interface.
BeanFactoryPostProcessorUnitTest Unit tests for {@link \bitExpert\Disco\BeanFactoryPostProcessor}.
BeanFactoryRegistry Global registry for the configured {@link \bitExpert\Disco\BeanFactory} instance.

Traits

이름 설명
BeanFactoryAwareTrait Basic implementation of {@link \bitExpert\Disco\BeanFactoryAware} interface.