Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3282395
ArcanistObjectListHardpoint.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
403 B
Referenced Files
None
Subscribers
None
ArcanistObjectListHardpoint.php
View Options
<?php
final
class
ArcanistObjectListHardpoint
extends
ArcanistHardpoint
{
public
function
isVectorHardpoint
(
)
{
return
true
;
}
public
function
mergeHardpointValues
(
ArcanistHardpointObject
$object
,
$old
,
$new
)
{
foreach
(
$new
as
$item
)
{
$phid
=
$item
->
getPHID
(
)
;
if
(
!
isset
(
$old
[
$phid
]
)
)
{
$old
[
$phid
]
=
$item
;
}
}
return
$old
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Mar 24, 07:48 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1115249
Default Alt Text
ArcanistObjectListHardpoint.php (403 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment