Page MenuHomePhabricator
Diviner Phabricator Tech Docs ConduitListParameterType

abstract class ConduitListParameterType
Phabricator Technical Documentation (Conduit)

This class is not documented.

Methods

final public function setViewer($viewer)
Inherited

This method is not documented.
Parameters
PhabricatorUser$viewer
Return
wild

final public function getViewer()
Inherited

This method is not documented.
Return
wild

final public function getExists($request, $key)
Inherited

This method is not documented.
Parameters
array$request
$key
Return
wild

final public function getValue($request, $key)
Inherited

This method is not documented.
Parameters
array$request
$key
Return
wild

final public function getDefaultValue()
Inherited

This method is not documented.
Return
wild

final public function getTypeName()
Inherited

This method is not documented.
Return
wild

final public function getFormatDescriptions()
Inherited

This method is not documented.
Return
wild

final public function getExamples()
Inherited

This method is not documented.
Return
wild

protected function raiseValidationException($request, $key, $message)
Inherited

This method is not documented.
Parameters
array$request
$key
$message
Return
wild

final public static function getAllTypes()
Inherited

This method is not documented.
Return
wild

protected function getParameterExists($request, $key)
Inherited

This method is not documented.
Parameters
array$request
$key
Return
wild

protected function getParameterValue($request, $key)

This method is not documented.
Parameters
array$request
$key
Return
wild

abstract protected function getParameterTypeName()
Inherited

This method is not documented.
Return
wild

abstract protected function getParameterFormatDescriptions()
Inherited

This method is not documented.
Return
wild

abstract protected function getParameterExamples()
Inherited

This method is not documented.
Return
wild

protected function getParameterDefault()

This method is not documented.
Return
wild

protected function validateStringList($request, $key, $list)

This method is not documented.
Parameters
array$request
$key
array$list
Return
wild