Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs NuanceSourceDefinition

abstract class NuanceSourceDefinition
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)

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

public function getViewer()

This method is not documented.
Return
wild

public function setSource($source)

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

public function getSource()

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()

This method is not documented.
Return
wild

public function hasImportCursors()

This method is not documented.
Return
wild

final public function getImportCursors()

This method is not documented.
Return
wild

protected function newImportCursors()

This method is not documented.
Return
wild

abstract public function getName()

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

Return
wild

abstract public function getSourceDescription()

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

Return
wild

abstract public function getSourceTypeConstant()

This should be a any VARCHAR(32).

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

Return
wild

public function renderView()

This method is not documented.
Return
wild

public function renderListView()

This method is not documented.
Return
wild

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

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)

This method is not documented.
Parameters
$path
Return
wild