StackFormation\BlueprintFactory::getBlueprintByStack PHP Метод

getBlueprintByStack() публичный Метод

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