Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112666975
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
Mon, May 12, 03:29
Size
608 B
Mime Type
text/x-php
Expires
Wed, May 14, 03:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26104312
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
;
}
}
Event Timeline
Log In to Comment