BookStack\Attachment::getUrl PHP Метод

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

Get the url of this file.
public getUrl ( ) : string
Результат string
    public function getUrl()
    {
        return baseUrl('/attachments/' . $this->id);
    }