Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93165293
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
Tue, Nov 26, 17:18
Size
524 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 17:18 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22585663
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