Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7187867
ArcanistLandTarget.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
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
Tue, Jul 8, 07:41 (9 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
809871
Default Alt Text
ArcanistLandTarget.php (691 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment