Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104744915
PassphraseSecret.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
Wed, Mar 12, 00:52
Size
305 B
Mime Type
text/x-php
Expires
Fri, Mar 14, 00:52 (2 d)
Engine
blob
Format
Raw Data
Handle
24820318
Attached To
rPH Phabricator
PassphraseSecret.php
View Options
<?php
final
class
PassphraseSecret
extends
PassphraseDAO
{
protected
$secretData
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
self
::
CONFIG_BINARY
=>
array
(
'secretData'
=>
true
,
),
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment