Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108779996
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
Fri, Apr 18, 09:55
Size
468 B
Mime Type
text/x-php
Expires
Sun, Apr 20, 09:55 (2 d)
Engine
blob
Format
Raw Data
Handle
25646327
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