Barryvdh\Debugbar\DataCollector\FilesCollector::stripBasePath PHP 메소드

stripBasePath() 보호된 메소드

Remove the basePath from the paths, so they are relative to the base
protected stripBasePath ( $path ) : string
$path
리턴 string
    protected function stripBasePath($path)
    {
        return ltrim(str_replace($this->basePath, '', $path), '/');
    }