Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101885260
PhabricatorProfilePanelConfigurationTransaction.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, 18:13
Size
524 B
Mime Type
text/x-php
Expires
Sun, Feb 16, 18:13 (2 d)
Engine
blob
Format
Raw Data
Handle
24247366
Attached To
rPH Phabricator
PhabricatorProfilePanelConfigurationTransaction.php
View Options
<?php
final
class
PhabricatorProfilePanelConfigurationTransaction
extends
PhabricatorApplicationTransaction
{
const
TYPE_PROPERTY
=
'profilepanel.property'
;
const
TYPE_ORDER
=
'profilepanel.order'
;
const
TYPE_VISIBILITY
=
'profilepanel.visibility'
;
public
function
getApplicationName
()
{
return
'search'
;
}
public
function
getApplicationTransactionType
()
{
return
PhabricatorProfilePanelPHIDType
::
TYPECONST
;
}
public
function
getApplicationTransactionCommentObject
()
{
return
null
;
}
}
Event Timeline
Log In to Comment