Page MenuHomePhorge

AphrontPHIDHTTPParameterType.php
No OneTemporary

AphrontPHIDHTTPParameterType.php

<?php
final class AphrontPHIDHTTPParameterType
extends AphrontHTTPParameterType {
protected function getParameterValue(AphrontRequest $request, $key) {
return $request->getStr($key);
}
protected function getParameterTypeName() {
return 'phid';
}
protected function getParameterFormatDescriptions() {
return array(
pht('A single object PHID.'),
);
}
protected function getParameterExamples() {
return array(
'v=PHID-XXXX-1111',
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Jan 19 2025, 20:41 (6 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128533
Default Alt Text
AphrontPHIDHTTPParameterType.php (494 B)

Event Timeline