Dingo\Api\Console\Command\Docs::getIncludePath PHP Метод

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

Get the include path for documentation files.
protected getIncludePath ( ) : string
Результат string
    protected function getIncludePath()
    {
        return base_path($this->option('include-path'));
    }