public function __get($name)Inherited
$name |
wild |
public function __set($name, $value)Inherited
$name | ||
$value |
wild |
public function current()
wild |
public function key()
wild |
public function next()
wild |
public function rewind()
wild |
public function valid()
wild |
private function throwOnAttemptedIteration()Inherited
wild |
public function getPhobjectClassConstant($key, $byte_limit)Inherited
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.
string | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
string | Value of the constant. |
public function setHandlePool($pool)
PhabricatorHandlePool | $pool |
wild |
public function setPHIDs($phids)
array | $phids |
wild |
private function loadHandles()
wild |
private function getHandle($phid)
$phid |
wild |
public function getHandleIfExists($phid, $default)
Get a handle from this list if it exists.
This has similar semantics to idx().
$phid | ||
$default |
wild |
public function newSublist($phids)
Create a new list with a subset of the PHIDs in this list.
array | $phids |
wild |
public function renderList()
Return a PHUIHandleListView which can render the handles in this list.
wild |
public function newListView()
wild |
public function renderHandle($phid)
Return a PHUIHandleView which can render a specific handle.
$phid |
wild |
public function offsetExists($offset)
$offset |
wild |
public function offsetGet($offset)
$offset |
wild |
public function offsetSet($offset, $value)
$offset | ||
$value |
wild |
public function offsetUnset($offset)
$offset |
wild |
private function raiseImmutableException()
wild |
public function count()
wild |