Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116760713
PhabricatorFulltextResultSet.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
Mon, Jun 9, 00:47
Size
468 B
Mime Type
text/x-php
Expires
Wed, Jun 11, 00:47 (2 d)
Engine
blob
Format
Raw Data
Handle
26628889
Attached To
rPH Phabricator
PhabricatorFulltextResultSet.php
View Options
<?php
final
class
PhabricatorFulltextResultSet
extends
Phobject
{
private
$phids
;
private
$fulltextTokens
;
public
function
setPHIDs
(
$phids
)
{
$this
->
phids
=
$phids
;
return
$this
;
}
public
function
getPHIDs
()
{
return
$this
->
phids
;
}
public
function
setFulltextTokens
(
$fulltext_tokens
)
{
$this
->
fulltextTokens
=
$fulltext_tokens
;
return
$this
;
}
public
function
getFulltextTokens
()
{
return
$this
->
fulltextTokens
;
}
}
Event Timeline
Log In to Comment