Page MenuHomeContribution Center

abstract class PhabricatorSearchHost
Phabricator Technical Documentation ()

This class is not documented.

Methods

public function __construct($engine)

This method is not documented.
Parameters
PhabricatorFulltextStorageEngine$engine
Return
this//Implicit.//

public function setDisabled($disabled)

This method is not documented.
Parameters
$disabled
Return
wild

public function getDisabled()

This method is not documented.
Return
wild

public function getEngine()

This method is not documented.
Return
PhabricatorFulltextStorageEngine

public function isWritable()

This method is not documented.
Return
wild

public function isReadable()

This method is not documented.
Return
wild

public function hasRole($role)

This method is not documented.
Parameters
$role
Return
wild

public function setRoles($roles)

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

public function getRoles()

This method is not documented.
Return
wild

public function setPort($value)

This method is not documented.
Parameters
$value
Return
wild

public function getPort()

This method is not documented.
Return
wild

public function setHost($value)

This method is not documented.
Parameters
$value
Return
wild

public function getHost()

This method is not documented.
Return
wild

public function getHealthRecordCacheKey()

This method is not documented.
Return
wild

public function getHealthRecord()

This method is not documented.
Return
PhabricatorClusterServiceHealthRecord

public function didHealthCheck($reachable)

This method is not documented.
Parameters
$reachable
Return
wild

abstract public function getStatusViewColumns()

This method is not documented.
Return
string[]Get a list of fields to show in the status overview UI

abstract public function getConnectionStatus()

This method is not documented.
Return
wild