Evercode1\ViewMaker\FormatsInput::setChildConfigFromInputs PHP Méthode

setChildConfigFromInputs() private méthode

    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();
    }