StackFormation\ValueResolver\Stage\AbstractValueResolverStage::__construct PHP Method

__construct() public method

public __construct ( ValueResolver $valueResolver, Blueprint $sourceBlueprint = null, $sourceType = null, $sourceKey = null )
$valueResolver StackFormation\ValueResolver\ValueResolver
$sourceBlueprint StackFormation\Blueprint
    public function __construct(\StackFormation\ValueResolver\ValueResolver $valueResolver, \StackFormation\Blueprint $sourceBlueprint = null, $sourceType = null, $sourceKey = null)
    {
        $this->valueResolver = $valueResolver;
        $this->sourceBlueprint = $sourceBlueprint;
        $this->sourceType = $sourceType;
        $this->sourceKey = $sourceKey;
    }