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 setWorkflow($workflow)
final public function setWorkflow($workflow)
Parameters
ArcanistWorkflow | $workflow |
Return
wild |
final public function getWorkflow()
final public function getWorkflow()
Return
wild |
final public function setRepositoryAPI($api)
final public function setRepositoryAPI($api)
Parameters
ArcanistRepositoryAPI | $api |
Return
wild |
final public function getRepositoryAPI()
final public function getRepositoryAPI()
Return
wild |
final public function saveLocalState()
final public function saveLocalState()
Return
wild |
final public function restoreLocalState()
final public function restoreLocalState()
Return
wild |
final public function discardLocalState()
final public function discardLocalState()
Return
wild |
final public function __destruct()
final public function __destruct()
Return
wild |
final public function getRestoreCommandsForDisplay()
final public function getRestoreCommandsForDisplay()
Return
wild |
protected function canStashChanges()
protected function canStashChanges()
Return
wild |
protected function saveStash()
protected function saveStash()
Stash uncommitted changes temporarily. Use {@method:restoreStash()} to bring these changes back.
Note that saving and restoring changes may not behave as expected if used in a non-stack manner, i.e. proper use involves only restoring stashes in the reverse order they were saved.
Return
wild | A reference object that refers to the changes which were saved. When restoring changes this should be passed to {@method:restoreStash()}. |
protected function restoreStash($ref)
protected function restoreStash($ref)
Restores changes that were previously stashed by {@method:saveStash()}.
Parameters
wild | $ref | A reference object referring to which previously stashed changes to restore, from invoking {@method:saveStash()}. |
Return
wild |
protected function discardStash($ref)
protected function discardStash($ref)
Parameters
$ref |
Return
wild |
private function applyStash()
private function applyStash()
Return
wild |
abstract protected function executeSaveLocalState()
abstract protected function executeSaveLocalState()
Return
wild |
abstract protected function executeRestoreLocalState()
abstract protected function executeRestoreLocalState()
Return
wild |
abstract protected function executeDiscardLocalState()
abstract protected function executeDiscardLocalState()
Return
wild |
abstract protected function newRestoreCommandsForDisplay()
abstract protected function newRestoreCommandsForDisplay()
Return
wild |
protected function getIgnoreHints()
protected function getIgnoreHints()
Return
wild |
final protected function newDisplayFileList($title, $files)
final protected function newDisplayFileList($title, $files)
Parameters
$title | ||
array | $files |
Return
wild |
final protected function printFileLists($lists)
final protected function printFileLists($lists)
Parameters
array | $lists |
Return
wild |