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