Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92690809
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, Nov 22, 19:45
Size
353 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 19:45 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
22488075
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