Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281388
ArcanistHardpoint.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
621 B
Referenced Files
None
Subscribers
None
ArcanistHardpoint.php
View Options
<?php
abstract
class
ArcanistHardpoint
extends
Phobject
{
private
$hardpointKey
;
public
function
setHardpointKey
(
$hardpoint_key
)
{
$this
->
hardpointKey
=
$hardpoint_key
;
return
$this
;
}
public
function
getHardpointKey
(
)
{
return
$this
->
hardpointKey
;
}
abstract
public
function
isVectorHardpoint
(
)
;
public
function
mergeHardpointValues
(
ArcanistHardpointObject
$object
,
$old
,
$new
)
{
throw
new
Exception
(
pht
(
'Hardpoint ("%s", of type "%s") does not support merging '
.
'values.'
,
$this
->
getHardpointKey
(
)
,
get_class
(
$this
)
)
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Mar 23, 21:23 (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114803
Default Alt Text
ArcanistHardpoint.php (621 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment