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