nemmo\attachments\models\File::getUrl PHP Method

getUrl() public method

public getUrl ( )
    public function getUrl()
    {
        return Url::to(['/attachments/file/download', 'id' => $this->id]);
    }