Evercode1\ViewMaker\FormatsInput::commonConfig PHP Method

commonConfig() private method

private commonConfig ( )
    private function commonConfig()
    {
        $this->folderName = $this->formatModelPath($this->theModel);
        $this->masterPage = $this->inputs['MasterPage'];
        $this->templateType = $this->inputs['TemplateType'];
        $this->folderPath = strtolower('resources/views/' . $this->folderName);
        $this->index = strtolower($this->inputs['IndexOnly']);
        $this->validateTemplateTypeInput();
        $this->setViewList();
        $this->setViewFilePaths();
        $this->setTokens();
    }