Page MenuHomestyx hydra

PhabricatorRepositoryCommitRef.php
No OneTemporary

PhabricatorRepositoryCommitRef.php

<?php
final class PhabricatorRepositoryCommitRef {
private $identifier;
private $epoch;
private $branch;
public function setIdentifier($identifier) {
$this->identifier = $identifier;
return $this;
}
public function getIdentifier() {
return $this->identifier;
}
public function setEpoch($epoch) {
$this->epoch = $epoch;
return $this;
}
public function getEpoch() {
return $this->epoch;
}
public function setBranch($branch) {
$this->branch = $branch;
return $this;
}
public function getBranch() {
return $this->branch;
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 26, 7:58 PM (19 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
367334
Default Alt Text
PhabricatorRepositoryCommitRef.php (596 B)

Event Timeline