Page MenuHomePhorge
Diviner Tech Docs PhabricatorSetupIssue

final class PhabricatorSetupIssue
Phorge Technical Documentation (Config)

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 static function newDatabaseConnectionIssue($ex, $is_fatal)

This method is not documented.
Parameters
Exception$ex
$is_fatal
Return
wild

public function addCommand($command)

This method is not documented.
Parameters
$command
Return
wild

public function getCommands()

This method is not documented.
Return
wild

public function setShortName($short_name)

This method is not documented.
Parameters
$short_name
Return
wild

public function getShortName()

This method is not documented.
Return
wild

public function setDatabaseRef($database_ref)

This method is not documented.
Parameters
PhabricatorDatabaseRef$database_ref
Return
wild

public function getDatabaseRef()

This method is not documented.
Return
wild

public function setGroup($group)

This method is not documented.
Parameters
$group
Return
wild

public function getGroup()

This method is not documented.
Return
wild

public function setName($name)

This method is not documented.
Parameters
$name
Return
wild

public function getName()

This method is not documented.
Return
wild

public function setSummary($summary)

This method is not documented.
Parameters
$summary
Return
wild

public function getSummary()

This method is not documented.
Return
wild

public function setIssueKey($issue_key)

This method is not documented.
Parameters
$issue_key
Return
wild

public function getIssueKey()

This method is not documented.
Return
wild

public function setIsFatal($is_fatal)

This method is not documented.
Parameters
$is_fatal
Return
wild

public function getIsFatal()

This method is not documented.
Return
wild

public function addPHPConfig($php_config)

This method is not documented.
Parameters
$php_config
Return
wild

public function addPHPConfigOriginalValue($php_config, $value)

Set an explicit value to display when showing the user PHP configuration values.

If Phabricator has changed a value by the time a config issue is raised, you can provide the original value here so the UI makes sense. For example, we alter memory_limit during startup, so if the original value is not provided it will look like it is always set to -1.

Parameters
string$php_configPHP configuration option to provide a value for.
string$valueExplicit value to show in the UI.
Return
this

public function getPHPConfigOriginalValue($php_config, $default)

This method is not documented.
Parameters
$php_config
$default
Return
wild

public function getPHPConfig()

This method is not documented.
Return
wild

public function addMySQLConfig($mysql_config)

This method is not documented.
Parameters
$mysql_config
Return
wild

public function getMySQLConfig()

This method is not documented.
Return
wild

public function addPhabricatorConfig($phabricator_config)

This method is not documented.
Parameters
$phabricator_config
Return
wild

public function getPhabricatorConfig()

This method is not documented.
Return
wild

public function addRelatedPhabricatorConfig($phabricator_config)

This method is not documented.
Parameters
$phabricator_config
Return
wild

public function getRelatedPhabricatorConfig()

This method is not documented.
Return
wild

public function addPHPExtension($php_extension)

This method is not documented.
Parameters
$php_extension
Return
wild

public function getPHPExtensions()

This method is not documented.
Return
wild

public function setMessage($message)

This method is not documented.
Parameters
$message
Return
wild

public function getMessage()

This method is not documented.
Return
wild

public function setIsIgnored($is_ignored)

This method is not documented.
Parameters
$is_ignored
Return
wild

public function getIsIgnored()

This method is not documented.
Return
wild

public function addLink($href, $name)

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

public function getLinks()

This method is not documented.
Return
wild