Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115219952
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, May 30, 13:29
Size
341 B
Mime Type
text/x-php
Expires
Sun, Jun 1, 13:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26477686
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
();
}
}
Event Timeline
Log In to Comment