Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119339880
PassphraseCredentialTransaction.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
Thu, Jun 26, 05:51
Size
377 B
Mime Type
text/x-php
Expires
Sat, Jun 28, 05:51 (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
27003139
Attached To
rPH Phabricator
PassphraseCredentialTransaction.php
View Options
<?php
final
class
PassphraseCredentialTransaction
extends
PhabricatorModularTransaction
{
public
function
getApplicationName
()
{
return
'passphrase'
;
}
public
function
getApplicationTransactionType
()
{
return
PassphraseCredentialPHIDType
::
TYPECONST
;
}
public
function
getBaseTransactionClass
()
{
return
'PassphraseCredentialTransactionType'
;
}
}
Event Timeline
Log In to Comment