Page MenuHomePhorge
Diviner Tech Docs NuancePhabricatorFormSourceDefinition

final class NuancePhabricatorFormSourceDefinition
Phorge Technical Documentation (Nuance)

This class is not documented.

Tasks

Handling Action Requests

No methods for this task.

Other Methods

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 setViewer($viewer)
Inherited

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

public function getViewer()
Inherited

This method is not documented.
Return
wild

public function setSource($source)
Inherited

This method is not documented.
Parameters
NuanceSource$source
Return
wild

public function getSource()
Inherited

This method is not documented.
Return
wild

public function getSourceViewActions($request)

This method is not documented.
Parameters
AphrontRequest$request
Return
wild

public static function getAllDefinitions()
Inherited

This method is not documented.
Return
wild

public function hasImportCursors()
Inherited

This method is not documented.
Return
wild

final public function getImportCursors()
Inherited

This method is not documented.
Return
wild

protected function newImportCursors()
Inherited

This method is not documented.
Return
wild

public function getName()

NuanceSourceDefinition

A human readable string like "Twitter" or "Phabricator Form".

NuancePhabricatorFormSourceDefinition
This method is not documented.
Return
wild

public function getSourceDescription()

NuanceSourceDefinition

Human readable description of this source, a sentence or two long.

NuancePhabricatorFormSourceDefinition
This method is not documented.
Return
wild

public function getSourceTypeConstant()

NuanceSourceDefinition

This should be a any VARCHAR(32).

getAllDefinitions() will throw if you choose a string that collides with another NuanceSourceDefinition class.

NuancePhabricatorFormSourceDefinition
This method is not documented.
Return
wild

public function renderView()
Inherited

This method is not documented.
Return
wild

public function renderListView()
Inherited

This method is not documented.
Return
wild

protected function newItemFromProperties($item_type, $author_phid, $properties, $content_source)
Inherited

This method is not documented.
Parameters
$item_type
$author_phid
array$properties
PhabricatorContentSource$content_source
Return
wild

public function renderItemEditProperties($viewer, $item, $view)

This method is not documented.
Parameters
PhabricatorUser$viewer
NuanceItem$item
PHUIPropertyListView$view
Return
wild

public function handleActionRequest($request)

This method is not documented.
Parameters
AphrontRequest$request
Return
wild

public function getActionURI($path)
Inherited

This method is not documented.
Parameters
$path
Return
wild

private function renderItemCommonProperties($viewer, $item, $view)

This method is not documented.
Parameters
PhabricatorUser$viewer
NuanceItem$item
PHUIPropertyListView$view
Return
wild