Page MenuHomePhorge

ArcanistHardpoint.php
No OneTemporary

ArcanistHardpoint.php

<?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

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)

Event Timeline