Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98606112
PassphraseCredentialLookedAtTransaction.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
Tue, Jan 14, 19:41
Size
669 B
Mime Type
text/x-php
Expires
Thu, Jan 16, 19:41 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23605360
Attached To
rPH Phabricator
PassphraseCredentialLookedAtTransaction.php
View Options
<?php
final
class
PassphraseCredentialLookedAtTransaction
extends
PassphraseCredentialTransactionType
{
const
TRANSACTIONTYPE
=
'passphrase:lookedAtSecret'
;
public
function
generateOldValue
(
$object
)
{
return
null
;
}
public
function
getTitle
()
{
return
pht
(
'%s examined the secret plaintext for this credential.'
,
$this
->
renderAuthor
());
}
public
function
getTitleForFeed
()
{
return
pht
(
'%s examined the secret plaintext for credential %s.'
,
$this
->
renderAuthor
(),
$this
->
renderObject
());
}
public
function
getIcon
()
{
return
'fa-eye'
;
}
public
function
getColor
()
{
return
'blue'
;
}
}
Event Timeline
Log In to Comment