3 final class PhabricatorSearchIntField
4 extends PhabricatorSearchField
{
6 protected function getDefaultValue() {
10 protected function getValueFromRequest(AphrontRequest
$request, $key) {
11 return $request->getInt($key);
14 protected function newControl() {
15 return new AphrontFormTextControl();
18 protected function newConduitParameterType() {
19 return new ConduitIntParameterType();