PHP bitExpert\Disco\Proxy\Configuration\MethodGenerator Namespace

Classes

Name Description
BeanMethod The bean method generator will generate a method for each bean definition in the generated configuration class. The method contains the logic to deal with the bean creation as well as taking the configuration options like lazy creation or session-awareness of the bean into account. These configuration options are defined via annotations.
Constructor `__construct` method for the generated config proxy class.
GetAlias `getAlias` method for the generated config proxy class.
GetParameter `getParameter` method for the generated config proxy class.
HasAlias `hasAlias` method for the generated config proxy class.
MagicSleep `__sleep` method for the generated config proxy class.
WrapBeanAsLazy `wrapBeanAsLazy` method for lazy loading value holder objects.