Page MenuHomestyx hydra

ConduitAPI_phid_Method.php
No OneTemporary

ConduitAPI_phid_Method.php

<?php
/**
* @group conduit
*/
abstract class ConduitAPI_phid_Method 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
Tue, Feb 24, 11:29 PM (15 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
811692
Default Alt Text
ConduitAPI_phid_Method.php (559 B)

Event Timeline