Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102516072
PhabricatorProfileMenuItemConfigurationTransaction.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 21, 13:21
Size
691 B
Mime Type
text/x-php
Expires
Sun, Feb 23, 13:21 (2 d)
Engine
blob
Format
Raw Data
Handle
24342097
Attached To
rPH Phabricator
PhabricatorProfileMenuItemConfigurationTransaction.php
View Options
<?php
final
class
PhabricatorProfileMenuItemConfigurationTransaction
extends
PhabricatorApplicationTransaction
{
const
TYPE_PROPERTY
=
'profilepanel.property'
;
const
TYPE_ORDER
=
'profilepanel.order'
;
const
TYPE_VISIBILITY
=
'profilepanel.visibility'
;
public
function
getApplicationName
()
{
return
'search'
;
}
public
function
getTableName
()
{
// At least for now, this object uses an older table name.
return
'search_profilepanelconfigurationtransaction'
;
}
public
function
getApplicationTransactionType
()
{
return
PhabricatorProfileMenuItemPHIDType
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
null
;
}
}
Event Timeline
Log In to Comment