Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281228
ArcanistVectorHardpoint.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
319 B
Referenced Files
None
Subscribers
None
ArcanistVectorHardpoint.php
View Options
<?php
final
class
ArcanistVectorHardpoint
extends
ArcanistHardpoint
{
public
function
isVectorHardpoint
(
)
{
return
true
;
}
public
function
mergeHardpointValues
(
ArcanistHardpointObject
$object
,
$old
,
$new
)
{
foreach
(
$new
as
$item
)
{
$old
[
]
=
$item
;
}
return
$old
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Mar 23, 20:14 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114843
Default Alt Text
ArcanistVectorHardpoint.php (319 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment