Evercode1\ViewMaker\FormatsInput::validateTemplateTypeInput PHP 메소드

validateTemplateTypeInput() 개인적인 메소드

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