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 setPageSize($page_size)Inherited
final public function setPageSize($page_size)
Inherited
Parameters
$page_size |
Return
wild |
final public function getPageSize()Inherited
final public function getPageSize()
Inherited
Return
wild |
public function setViewer($viewer)Inherited
public function setViewer($viewer)
Inherited
Parameters
PhabricatorUser | $viewer |
Return
wild |
public function getViewer()Inherited
public function getViewer()
Inherited
Return
wild |
protected function getDefaultPageSize()Inherited
protected function getDefaultPageSize()
Inherited
Return
wild |
abstract public function getResultBucketName()Inherited
abstract public function getResultBucketName()
Inherited
Return
wild |
abstract protected function buildResultGroups($query, $objects)Inherited
abstract protected function buildResultGroups($query, $objects)
Inherited
Parameters
PhabricatorSavedQuery | $query | |
array | $objects |
Return
wild |
final public function newResultGroups($query, $objects)Inherited
final public function newResultGroups($query, $objects)
Inherited
Parameters
PhabricatorSavedQuery | $query | |
array | $objects |
Return
wild |
final public function getResultBucketKey()Inherited
final public function getResultBucketKey()
Inherited
Return
wild |
final protected function newGroup()Inherited
final protected function newGroup()
Inherited
Return
wild |
public static function getAllResultBuckets()
public static function getAllResultBuckets()
Return
wild |
protected function getRevisionsUnderReview($objects, $phids)
protected function getRevisionsUnderReview($objects, $phids)
Parameters
array | $objects | |
array | $phids |
Return
wild |
protected function getRevisionsAuthored($objects, $phids)
protected function getRevisionsAuthored($objects, $phids)
Parameters
array | $objects | |
array | $phids |
Return
wild |
protected function getRevisionsNotAuthored($objects, $phids)
protected function getRevisionsNotAuthored($objects, $phids)
Parameters
array | $objects | |
array | $phids |
Return
wild |
protected function hasReviewersWithStatus($revision, $phids, $statuses, $include_voided)
protected function hasReviewersWithStatus($revision, $phids, $statuses, $include_voided)
Parameters
DifferentialRevision | $revision | |
array | $phids | |
array | $statuses | |
$include_voided |
Return
wild |