PHP Interface bitExpert\Disco\BeanPostProcessor

Show file Open project: bitexpert/disco

Public Methods

Method Description
postProcess ( object $bean, string $beanName ) Apply this BeanPostProcessor to the given new bean instance after the bean got created.

Method Details

postProcess() public method

Apply this BeanPostProcessor to the given new bean instance after the bean got created.
public postProcess ( object $bean, string $beanName )
$bean object
$beanName string