Evercode1\ViewMaker\FormatsInput::validateTemplateTypeInput PHP Method

validateTemplateTypeInput() private method

    private function validateTemplateTypeInput()
    {
        if ($this->templateTypeNotValid($this->templateType)) {
            $this->error($this->templateType . ' is not a valid type');
            die;
        }
    }