Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F461259
DiffusionCommitHash.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
447 B
Referenced Files
None
Subscribers
None
DiffusionCommitHash.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 4:39 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72239
Default Alt Text
DiffusionCommitHash.php (447 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment