Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894817
ArcanistLandTarget.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
691 B
Referenced Files
None
Subscribers
None
ArcanistLandTarget.php
View Options
<?php
final
class
ArcanistLandTarget
extends
Phobject
{
private
$remote
;
private
$ref
;
private
$commit
;
public
function
setRemote
(
$remote
)
{
$this
->
remote
=
$remote
;
return
$this
;
}
public
function
getRemote
(
)
{
return
$this
->
remote
;
}
public
function
setRef
(
$ref
)
{
$this
->
ref
=
$ref
;
return
$this
;
}
public
function
getRef
(
)
{
return
$this
->
ref
;
}
public
function
getLandTargetKey
(
)
{
return
sprintf
(
'%s/%s'
,
$this
->
getRemote
(
)
,
$this
->
getRef
(
)
)
;
}
public
function
setLandTargetCommit
(
$commit
)
{
$this
->
commit
=
$commit
;
return
$this
;
}
public
function
getLandTargetCommit
(
)
{
return
$this
->
commit
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 20:32 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113350
Default Alt Text
ArcanistLandTarget.php (691 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment