Page MenuHomePhorge

PhabricatorFulltextResultSet.php
No OneTemporary

Size
468 B
Referenced Files
None
Subscribers
None

PhabricatorFulltextResultSet.php

<?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;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 12:03 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
113718
Default Alt Text
PhabricatorFulltextResultSet.php (468 B)

Event Timeline