Evercode1\ViewMaker\FormatsInput::setParentConfigFromInputs PHP Method

setParentConfigFromInputs() private method

    private function setParentConfigFromInputs()
    {
        // sets inputs from the artisan command line arguments
        $this->inputs = $this->argument();
        $theModel = str_singular($this->inputs['ParentName']);
        $this->theModel = ucwords($theModel);
        $this->setChildParentNames();
        $this->commonConfig();
    }