Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119325626
PhabricatorAuthPasswordTransaction.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, 03:30
Size
379 B
Mime Type
text/x-php
Expires
Sat, Jun 28, 03:30 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27004746
Attached To
rPH Phabricator
PhabricatorAuthPasswordTransaction.php
View Options
<?php
final
class
PhabricatorAuthPasswordTransaction
extends
PhabricatorModularTransaction
{
public
function
getApplicationName
()
{
return
'auth'
;
}
public
function
getApplicationTransactionType
()
{
return
PhabricatorAuthPasswordPHIDType
::
TYPECONST
;
}
public
function
getBaseTransactionClass
()
{
return
'PhabricatorAuthPasswordTransactionType'
;
}
}
Event Timeline
Log In to Comment