Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123236863
LegalpadDocumentSignature.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jul 25, 22:23
Size
423 B
Mime Type
text/x-php
Expires
Sun, Jul 27, 22:23 (2 d)
Engine
blob
Format
Raw Data
Handle
27622118
Attached To
rPH Phabricator
LegalpadDocumentSignature.php
View Options
<?php
/**
* @group legalpad
*/
final
class
LegalpadDocumentSignature
extends
LegalpadDAO
{
protected
$documentPHID
;
protected
$documentVersion
;
protected
$signerPHID
;
protected
$signatureData
=
array
();
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_SERIALIZATION
=>
array
(
'signatureData'
=>
self
::
SERIALIZATION_JSON
,
),
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment