GetSignedFilePdfUrl
implements
Operation
Table of Contents
Interfaces
- Operation
Properties
-
$ready
: bool|null
-
$url
: string|null
Methods
-
__construct()
: mixed
-
launch()
: Result
$ready
public
bool|null
$ready
= null
$url
public
string|null
$url
= null
__construct()
public
__construct(string $documentUid[, string|null $memberUid = null ][, MemberRepository|null $memberRepository = null ][, DocumentRepository|null $documentRepository = null ][, DocumentService|null $documentService = null ]) : mixed
Parameters
-
$documentUid
: string
-
-
$memberUid
: string|null
= null
-
-
$memberRepository
: MemberRepository|null
= null
-
-
$documentRepository
: DocumentRepository|null
= null
-
-
$documentService
: DocumentService|null
= null
-
launch()
public
launch() : Result