Fedeisas\LaravelJsRoutes\Commands\RoutesJavascriptCommand::getPath PHP Метод

getPath() защищенный Метод

Get the path to the file that should be generated.
protected getPath ( ) : string
Результат string
    protected function getPath()
    {
        return $this->option('path') . '/' . $this->argument('name');
    }