Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100958378
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
Tue, Feb 4, 07:40
Size
440 B
Mime Type
text/x-php
Expires
Thu, Feb 6, 07:40 (2 d)
Engine
blob
Format
Raw Data
Handle
24044866
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