Page MenuHomePhorge
Diviner Tech Docs PhabricatorObjectSelectorDialog

final class PhabricatorObjectSelectorDialog
Phorge Technical Documentation ()

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

This method is not documented.
Parameters
$name
$value
Return
wild

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

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$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

public function setUser($user)

This method is not documented.
Parameters
$user
Return
wild

public function setFilters($filters)

This method is not documented.
Parameters
array$filters
Return
wild

public function setSelectedFilter($selected_filter)

This method is not documented.
Parameters
$selected_filter
Return
wild

public function setExcluded($excluded_phid)

This method is not documented.
Parameters
$excluded_phid
Return
wild

public function setHandles($handles)

This method is not documented.
Parameters
array$handles
Return
wild

public function setCancelURI($cancel_uri)

This method is not documented.
Parameters
$cancel_uri
Return
wild

public function setSubmitURI($submit_uri)

This method is not documented.
Parameters
$submit_uri
Return
wild

public function setSearchURI($search_uri)

This method is not documented.
Parameters
$search_uri
Return
wild

public function setTitle($title)

This method is not documented.
Parameters
$title
Return
wild

public function setHeader($header)

This method is not documented.
Parameters
$header
Return
wild

public function setButtonText($button_text)

This method is not documented.
Parameters
$button_text
Return
wild

public function setInstructions($instructions)

This method is not documented.
Parameters
$instructions
Return
wild

public function setInitialPHIDs($initial_phids)

This method is not documented.
Parameters
array$initial_phids
Return
wild

public function getInitialPHIDs()

This method is not documented.
Return
wild

public function setMaximumSelectionSize($maximum_selection_size)

This method is not documented.
Parameters
$maximum_selection_size
Return
wild

public function getMaximumSelectionSize()

This method is not documented.
Return
wild

public function buildDialog()

This method is not documented.
Return
wild