Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F545889
PhabricatorDashboardPanelFulltextEngine.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
584 B
Referenced Files
None
Subscribers
None
PhabricatorDashboardPanelFulltextEngine.php
View Options
<?php
final
class
PhabricatorDashboardPanelFulltextEngine
extends
PhabricatorFulltextEngine
{
protected
function
buildAbstractDocument
(
PhabricatorSearchAbstractDocument
$document
,
$object
)
{
$panel
=
$object
;
$document
->
setDocumentTitle
(
$panel
->
getName
());
$document
->
addRelationship
(
$panel
->
getIsArchived
()
?
PhabricatorSearchRelationship
::
RELATIONSHIP_CLOSED
:
PhabricatorSearchRelationship
::
RELATIONSHIP_OPEN
,
$panel
->
getPHID
(),
PhabricatorDashboardPanelPHIDType
::
TYPECONST
,
PhabricatorTime
::
getNow
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:02 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
120371
Default Alt Text
PhabricatorDashboardPanelFulltextEngine.php (584 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment