3 final class AphrontStringHTTPParameterType
4 extends AphrontHTTPParameterType
{
6 protected function getParameterValue(AphrontRequest
$request, $key) {
7 return $request->getStr($key);
10 protected function getParameterTypeName() {
14 protected function getParameterFormatDescriptions() {
16 pht('A URL-encoded string.'),
20 protected function getParameterExamples() {
23 'v=properly%20escaped%20text',