/* Decoded by unphp.net */ withPHIDs($phids); } public function loadHandles( PhabricatorHandleQuery $query, array $handles, array $objects) { foreach ($handles as $phid => $handle) { $version = $objects[$phid]; $name = $version->getName(); $uri = $version->getURI(); $handle ->setName($name) ->setURI($uri); } } } ?>