Plank\Mediable\UrlGenerators\LocalUrlGenerator::getAbsolutePath PHP Метод

getAbsolutePath() публичный Метод

public getAbsolutePath ( )
    public function getAbsolutePath()
    {
        return $this->getDiskConfig('root') . DIRECTORY_SEPARATOR . $this->media->getDiskPath();
    }