Page MenuHomePhorge

DiffusionGitWireProtocolRef.php
No OneTemporary

Size
506 B
Referenced Files
None
Subscribers
None

DiffusionGitWireProtocolRef.php

<?php
final class DiffusionGitWireProtocolRef
extends Phobject {
private $name;
private $hash;
public function setName($name) {
$this->name = $name;
return $this;
}
public function getName() {
return $this->name;
}
public function setHash($hash) {
$this->hash = $hash;
return $this;
}
public function getHash() {
return $this->hash;
}
public function newSortVector() {
return id(new PhutilSortVector())
->addString($this->getName());
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Jul 12, 11:28 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
347458
Default Alt Text
DiffusionGitWireProtocolRef.php (506 B)

Event Timeline