PHP Interface bitExpert\Disco\BeanPostProcessor

Afficher le fichier Open project: bitexpert/disco

Méthodes publiques

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

Method Details

postProcess() public méthode

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