IPublicShareTemplateProvider
in
Tags
Table of Contents
Methods
- renderPage() : TemplateResponse
- Returns the a template for a given share.
- shouldRespond() : bool
- Returns whether the provider can respond for the given share.
Methods
renderPage()
Returns the a template for a given share.
public
renderPage(IShare $share, string $token, string $path) : TemplateResponse
Parameters
- $share : IShare
- $token : string
- $path : string
Tags
Return values
TemplateResponseshouldRespond()
Returns whether the provider can respond for the given share.
public
shouldRespond(IShare $share) : bool
Parameters
- $share : IShare