bitExpert\Disco\Proxy\Configuration\PropertyGenerator\BeanPostProcessorsProperty::__construct PHP Method

__construct() public method

Creates a new {@link \bitExpert\Disco\Proxy\Configuration\PropertyGenerator\BeanPostProcessorsProperty}.
public __construct ( )
    public function __construct()
    {
        parent::__construct(UniqueIdentifierGenerator::getIdentifier('postProcessors'));
        $this->setDefaultValue([]);
        $this->setVisibility(self::VISIBILITY_PRIVATE);
        $this->setDocBlock('@var ' . \bitExpert\Disco\BeanFactoryPostProcessor::class . '[]');
    }
BeanPostProcessorsProperty