Page MenuHomestyx hydra

DiffusionCommitHash.php
No OneTemporary

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
Tue, Apr 28, 5:39 PM (19 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1175011
Default Alt Text
DiffusionCommitHash.php (447 B)

Event Timeline