Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112728807
PhabricatorSearchTokenizerField.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, May 12, 15:50
Size
476 B
Mime Type
text/x-php
Expires
Wed, May 14, 15:50 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26107191
Attached To
rPH Phabricator
PhabricatorSearchTokenizerField.php
View Options
<?php
abstract
class
PhabricatorSearchTokenizerField
extends
PhabricatorSearchField
{
protected
function
getDefaultValue
()
{
return
array
();
}
protected
function
getValueFromRequest
(
AphrontRequest
$request
,
$key
)
{
return
$this
->
getListFromRequest
(
$request
,
$key
);
}
protected
function
newControl
()
{
return
id
(
new
AphrontFormTokenizerControl
())
->
setDatasource
(
$this
->
newDatasource
());
}
abstract
protected
function
newDatasource
();
}
Event Timeline
Log In to Comment