Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115201388
PhabricatorUserPreferencesTransaction.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, May 30, 11:20
Size
369 B
Mime Type
text/x-php
Expires
Sun, Jun 1, 11:20 (2 d)
Engine
blob
Format
Raw Data
Handle
26458352
Attached To
rPH Phabricator
PhabricatorUserPreferencesTransaction.php
View Options
<?php
final
class
PhabricatorUserPreferencesTransaction
extends
PhabricatorApplicationTransaction
{
public
function
getApplicationName
()
{
return
'user'
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
null
;
}
public
function
getApplicationTransactionType
()
{
return
PhabricatorUserPreferencesPHIDType
::
TYPECONST
;
}
}
Event Timeline
Log In to Comment