Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1490818
DiffusionGitWireProtocolRef.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
506 B
Referenced Files
None
Subscribers
None
DiffusionGitWireProtocolRef.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Sat, Jul 12, 11:28 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
347458
Default Alt Text
DiffusionGitWireProtocolRef.php (506 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment