Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98164219
PhabricatorSearchTextField.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, Jan 10, 11:35
Size
440 B
Mime Type
text/x-php
Expires
Sun, Jan 12, 11:35 (2 d)
Engine
blob
Format
Raw Data
Handle
23521682
Attached To
rPH Phabricator
PhabricatorSearchTextField.php
View Options
<?php
final
class
PhabricatorSearchTextField
extends
PhabricatorSearchField
{
protected
function
getDefaultValue
()
{
return
''
;
}
protected
function
getValueFromRequest
(
AphrontRequest
$request
,
$key
)
{
return
$request
->
getStr
(
$key
);
}
protected
function
newControl
()
{
return
new
AphrontFormTextControl
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitStringParameterType
();
}
}
Event Timeline
Log In to Comment