Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101904968
PhabricatorUserTransaction.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
Fri, Feb 14, 23:39
Size
354 B
Mime Type
text/x-php
Expires
Sun, Feb 16, 23:39 (2 d)
Engine
blob
Format
Raw Data
Handle
24240394
Attached To
rPH Phabricator
PhabricatorUserTransaction.php
View Options
<?php
final
class
PhabricatorUserTransaction
extends
PhabricatorApplicationTransaction
{
public
function
getApplicationName
()
{
return
'user'
;
}
public
function
getApplicationTransactionType
()
{
return
PhabricatorPeoplePHIDTypeUser
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
null
;
}
}
Event Timeline
Log In to Comment