StackFormation\BlueprintFactory::getBlueprintByStack PHP Method

getBlueprintByStack() public method

public getBlueprintByStack ( Stack $stack )
$stack Stack
    public function getBlueprintByStack(Stack $stack)
    {
        $blueprintName = $stack->getBlueprintName();
        return $this->getBlueprint($blueprintName);
    }