Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorExportFormat

abstract class PhabricatorExportFormat
Phabricator Technical Documentation ()

This class is not documented.

Methods

final public function getExportFormatKey()

This method is not documented.
Return
wild

final public function setViewer($viewer)

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

final public function getViewer()

This method is not documented.
Return
wild

final public function setTitle($title)

This method is not documented.
Parameters
$title
Return
wild

final public function getTitle()

This method is not documented.
Return
wild

abstract public function getExportFormatName()

This method is not documented.
Return
wild

abstract public function getMIMEContentType()

This method is not documented.
Return
wild

abstract public function getFileExtension()

This method is not documented.
Return
wild

public function addHeaders($fields)

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

abstract public function addObject($object, $fields, $map)

This method is not documented.
Parameters
$object
array$fields
array$map
Return
wild

abstract public function newFileData()

This method is not documented.
Return
wild

public function isExportFormatEnabled()

This method is not documented.
Return
wild

final public static function getAllExportFormats()

This method is not documented.
Return
wild