Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108253445
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, Apr 15, 07:50
Size
341 B
Mime Type
text/x-php
Expires
Thu, Apr 17, 07:50 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25529557
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