Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1054889
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
Sun, Jun 29, 12:20 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
257740
Default Alt Text
PhabricatorDashboardPanelFulltextEngine.php (584 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment