Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs NuancePhabricatorFormSourceDefinition

final class NuancePhabricatorFormSourceDefinition
Phabricator Technical Documentation (Nuance)

This class is not documented.

Tasks

Handling Action Requests

No methods for this task.

Other Methods

Methods

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