Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892811
ArcanistCommitGraphPartition.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
ArcanistCommitGraphPartition.php
View Options
<?php
final
class
ArcanistCommitGraphPartition
extends
Phobject
{
private
$graph
;
private
$hashes
=
array
(
)
;
private
$heads
=
array
(
)
;
private
$tails
=
array
(
)
;
private
$waypoints
=
array
(
)
;
public
function
setGraph
(
ArcanistCommitGraph
$graph
)
{
$this
->
graph
=
$graph
;
return
$this
;
}
public
function
getGraph
(
)
{
return
$this
->
graph
;
}
public
function
setHashes
(
array
$hashes
)
{
$this
->
hashes
=
$hashes
;
return
$this
;
}
public
function
getHashes
(
)
{
return
$this
->
hashes
;
}
public
function
setHeads
(
array
$heads
)
{
$this
->
heads
=
$heads
;
return
$this
;
}
public
function
getHeads
(
)
{
return
$this
->
heads
;
}
public
function
setTails
(
$tails
)
{
$this
->
tails
=
$tails
;
return
$this
;
}
public
function
getTails
(
)
{
return
$this
->
tails
;
}
public
function
setWaypoints
(
$waypoints
)
{
$this
->
waypoints
=
$waypoints
;
return
$this
;
}
public
function
getWaypoints
(
)
{
return
$this
->
waypoints
;
}
public
function
newSetQuery
(
)
{
return
id
(
new
ArcanistCommitGraphSetQuery
(
)
)
->
setPartition
(
$this
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 17:24 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1115569
Default Alt Text
ArcanistCommitGraphPartition.php (1 KB)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment