Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102213189
PhabricatorAuthContactNumberTransaction.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, Feb 18, 08:11
Size
395 B
Mime Type
text/x-php
Expires
Thu, Feb 20, 08:11 (2 d)
Engine
blob
Format
Raw Data
Handle
24308005
Attached To
rPH Phabricator
PhabricatorAuthContactNumberTransaction.php
View Options
<?php
final
class
PhabricatorAuthContactNumberTransaction
extends
PhabricatorModularTransaction
{
public
function
getApplicationName
()
{
return
'auth'
;
}
public
function
getApplicationTransactionType
()
{
return
PhabricatorAuthContactNumberPHIDType
::
TYPECONST
;
}
public
function
getBaseTransactionClass
()
{
return
'PhabricatorAuthContactNumberTransactionType'
;
}
}
Event Timeline
Log In to Comment