3 abstract class PHIDConduitAPIMethod
extends ConduitAPIMethod
{
5 protected function buildHandleInformationDictionary(
6 PhabricatorObjectHandle
$handle) {
9 'phid' => $handle->getPHID(),
10 'uri' => PhabricatorEnv
::getProductionURI($handle->getURI()),
12 'typeName' => $handle->getTypeName(),
13 'type' => $handle->getType(),
15 'name' => $handle->getName(),
16 'fullName' => $handle->getFullName(),
18 'status' => $handle->getStatus(),