Page MenuHomePhorge

AphrontIntHTTPParameterType.php
No OneTemporary

Size
471 B
Referenced Files
None
Subscribers
None

AphrontIntHTTPParameterType.php

<?php
final class AphrontIntHTTPParameterType
extends AphrontHTTPParameterType {
protected function getParameterValue(AphrontRequest $request, $key) {
return $request->getInt($key);
}
protected function getParameterTypeName() {
return 'int';
}
protected function getParameterFormatDescriptions() {
return array(
pht('An integer.'),
);
}
protected function getParameterExamples() {
return array(
'v=123',
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 27, 8:56 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
170493
Default Alt Text
AphrontIntHTTPParameterType.php (471 B)

Event Timeline