Page MenuHomePhorge

DiffusionCommitHash.php
No OneTemporary

Size
447 B
Referenced Files
None
Subscribers
None

DiffusionCommitHash.php

<?php
final class DiffusionCommitHash extends Phobject {
private $hashType;
private $hashValue;
public function setHashValue($hash_value) {
$this->hashValue = $hash_value;
return $this;
}
public function getHashValue() {
return $this->hashValue;
}
public function setHashType($hash_type) {
$this->hashType = $hash_type;
return $this;
}
public function getHashType() {
return $this->hashType;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Jul 14, 11:44 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
356377
Default Alt Text
DiffusionCommitHash.php (447 B)

Event Timeline