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

__construct() public method

Creates a new {@link \bitExpert\Disco\Proxy\Configuration\PropertyGenerator\ParameterValuesProperty}.
public __construct ( )
    public function __construct()
    {
        parent::__construct(UniqueIdentifierGenerator::getIdentifier('parameterValues'));
        $this->setVisibility(self::VISIBILITY_PRIVATE);
        $this->setDefaultValue([]);
        $this->setDocBlock('@var array Collection of scalar values which can be injected into beans');
    }
ParameterValuesProperty