Page MenuHomePhorge
Diviner Tech Docs PhabricatorNotificationServerRef

final class PhabricatorNotificationServerRef
Phorge Technical Documentation (Notifications)

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 setType($type)

This method is not documented.
Parameters
$type
Return
wild

public function getType()

This method is not documented.
Return
wild

public function setHost($host)

This method is not documented.
Parameters
$host
Return
wild

public function getHost()

This method is not documented.
Return
wild

public function setPort($port)

This method is not documented.
Parameters
$port
Return
wild

public function getPort()

This method is not documented.
Return
wild

public function setProtocol($protocol)

This method is not documented.
Parameters
$protocol
Return
wild

public function getProtocol()

This method is not documented.
Return
wild

public function setPath($path)

This method is not documented.
Parameters
$path
Return
wild

public function getPath()

This method is not documented.
Return
wild

public function setIsDisabled($is_disabled)

This method is not documented.
Parameters
$is_disabled
Return
wild

public function getIsDisabled()

This method is not documented.
Return
wild

public static function getLiveServers()

This method is not documented.
Return
wild

public static function newRefs()

This method is not documented.
Return
wild

public static function getEnabledServers()

This method is not documented.
Return
wild

public static function getEnabledAdminServers()

This method is not documented.
Return
wild

public static function getEnabledClientServers($with_protocol)

This method is not documented.
Parameters
$with_protocol
Return
wild

public function isAdminServer()

This method is not documented.
Return
wild

public function getURI($to_path)

This method is not documented.
Parameters
$to_path
Return
wild

public function getWebsocketURI($to_path)

This method is not documented.
Parameters
$to_path
Return
wild

public function testClient()

This method is not documented.
Return
wild

public function loadServerStatus()

This method is not documented.
Return
wild

public function postMessage($data)

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

private function newFuture($uri, $data)

This method is not documented.
Parameters
$uri
$data
Return
wild