BookStack\Attachment::getUrl PHP Méthode

getUrl() public méthode

Get the url of this file.
public getUrl ( ) : string
Résultat string
    public function getUrl()
    {
        return baseUrl('/attachments/' . $this->id);
    }