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