Page MenuHomestyx hydra

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
Tue, Dec 16, 1:57 AM (9 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
490023
Default Alt Text
AphrontPHIDHTTPParameterType.php (494 B)

Event Timeline