public function __get($name)Inherited
public function __get($name)
Inherited
Parameters
$name |
Return
wild |
public function __set($name, $value)Inherited
public function __set($name, $value)
Inherited
Parameters
$name | ||
$value |
Return
wild |
public function current()Inherited
public function current()
Inherited
Return
wild |
public function key()Inherited
public function key()
Inherited
Return
wild |
public function next()Inherited
public function next()
Inherited
Return
wild |
public function rewind()Inherited
public function rewind()
Inherited
Return
wild |
public function valid()Inherited
public function valid()
Inherited
Return
wild |
private function throwOnAttemptedIteration()Inherited
private function throwOnAttemptedIteration()
Inherited
Return
wild |
public function getPhobjectClassConstant($key, $byte_limit)Inherited
public function getPhobjectClassConstant($key, $byte_limit)
Inherited
Phobject
Read the value of a class constant.
This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.
Parameters
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
Return
string | Value of the constant. |
final public function setHardpointEngine($engine)
final public function setHardpointEngine($engine)
Parameters
ArcanistHardpointEngine | $engine |
Return
wild |
final public function getHardpointEngine()
final public function getHardpointEngine()
Return
wild |
abstract public function getHardpoints()
abstract public function getHardpoints()
Return
wild |
abstract public function canLoadObject($object)
abstract public function canLoadObject($object)
Parameters
ArcanistHardpointObject | $object |
Return
wild |
abstract public function loadHardpoint($objects, $hardpoint)
abstract public function loadHardpoint($objects, $hardpoint)
Parameters
array | $objects | |
$hardpoint |
Return
wild |
final protected function yieldFuture($future)
final protected function yieldFuture($future)
Parameters
Future | $future |
Return
wild |
final protected function yieldFutures($futures)
final protected function yieldFutures($futures)
Parameters
array | $futures |
Return
wild |
final protected function yieldRequests($objects, $requests)
final protected function yieldRequests($objects, $requests)
Parameters
array | $objects | |
$requests |
Return
wild |