Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97578757
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
Sun, Jan 5, 10:23
Size
468 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 10:23 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23430288
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