Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118474541
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, Jun 20, 07:29
Size
423 B
Mime Type
text/x-php
Expires
Sun, Jun 22, 07:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26891766
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