Evercode1\ViewMaker\FormatsInput::setChildConfigFromInputs PHP Method

setChildConfigFromInputs() private method

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