Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorMetaMTAApplicationEmailPanel

final class PhabricatorMetaMTAApplicationEmailPanel
Phabricator Technical Documentation (MetaMTA)

This class is not documented.

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 setApplication($application)
Inherited

This method is not documented.
Parameters
PhabricatorApplication$application
Return
wild

public function getApplication()
Inherited

This method is not documented.
Return
wild

public function getPanelURI($path)
Inherited

This method is not documented.
Parameters
$path
Return
wild

public function getPanelKey()

PhabricatorApplicationConfigurationPanel

Return a short, unique string key which identifies this panel.

This key is used in URIs. Good values might be "email" or "files".

PhabricatorMetaMTAApplicationEmailPanel
This method is not documented.
Return
wild

public function shouldShowForApplication($application)

This method is not documented.
Parameters
PhabricatorApplication$application
Return
wild

public function buildConfigurationPagePanel()

This method is not documented.
Return
wild

public function handlePanelRequest($request, $controller)

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

public static function loadAllPanels()
Inherited

This method is not documented.
Return
wild

public static function loadAllPanelsForApplication($application)
Inherited

This method is not documented.
Parameters
PhabricatorApplication$application
Return
wild

private function returnNewAddressResponse($request, $uri, $application)

This method is not documented.
Parameters
AphrontRequest$request
PhutilURI$uri
PhabricatorApplication$application
Return
wild

private function returnEditAddressResponse($request, $uri, $email_object_id)

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

private function returnSaveAddressResponse($request, $uri, $email_object, $is_new)

This method is not documented.
Parameters
AphrontRequest$request
PhutilURI$uri
PhabricatorMetaMTAApplicationEmail$email_object
$is_new
Return
wild

private function returnDeleteAddressResponse($request, $uri, $email_object_id)

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

private function buildEmailTable($is_edit, $highlight)

This method is not documented.
Parameters
$is_edit
$highlight
Return
wild