Page MenuHomePhorge

PHIDConduitAPIMethod.php
No OneTemporary

Size
531 B
Referenced Files
None
Subscribers
None

PHIDConduitAPIMethod.php

<?php
abstract class PHIDConduitAPIMethod extends ConduitAPIMethod {
protected function buildHandleInformationDictionary(
PhabricatorObjectHandle $handle) {
return array(
'phid' => $handle->getPHID(),
'uri' => PhabricatorEnv::getProductionURI($handle->getURI()),
'typeName' => $handle->getTypeName(),
'type' => $handle->getType(),
'name' => $handle->getName(),
'fullName' => $handle->getFullName(),
'status' => $handle->getStatus(),
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 6:19 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122211
Default Alt Text
PHIDConduitAPIMethod.php (531 B)

Event Timeline