public function setViewer($viewer)Inherited
public function setViewer($viewer)
Inherited
Parameters
| \PhabricatorUser | $viewer |
Return
| wild |
public function getViewer()Inherited
public function getViewer()
Inherited
Return
| wild |
public function setApplication($application)Inherited
public function setApplication($application)
Inherited
Parameters
| \PhabricatorApplication | $application |
Return
| wild |
public function getApplication()Inherited
public function getApplication()
Inherited
Return
| wild |
public function getPanelURI($path)Inherited
public function getPanelURI($path)
Inherited
PhabricatorApplicationConfigurationPanel
Get the URI for this application configuration panel.
Parameters
| string | $path | (optional) Path to append. |
Return
| string | Relative URI for the panel. |
public function getPanelKey()
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
Return
| wild |
public function shouldShowForApplication($application)
public function shouldShowForApplication($application)
Whether to show this panel on the application configuration page, depending on whether the application supports inbound email
Parameters
| \PhabricatorApplication | $application |
Return
| bool |
public function buildConfigurationPagePanel()
public function buildConfigurationPagePanel()
Return
| wild |
public function handlePanelRequest($request, $controller)
public function handlePanelRequest($request, $controller)
Parameters
| \AphrontRequest | $request | |
| \PhabricatorController | $controller |
Return
| wild |
public static function loadAllPanels()Inherited
public static function loadAllPanels()
Inherited
Return
| wild |
public static function loadAllPanelsForApplication($application)Inherited
public static function loadAllPanelsForApplication($application)
Inherited
Parameters
| \PhabricatorApplication | $application |
Return
| wild |
private function returnNewAddressResponse($request, $uri, $application)
private function returnNewAddressResponse($request, $uri, $application)
Parameters
| \AphrontRequest | $request | |
| \PhutilURI | $uri | |
| \PhabricatorApplication | $application |
Return
| wild |
private function returnEditAddressResponse($request, $uri, $email_object_id)
private function returnEditAddressResponse($request, $uri, $email_object_id)
Parameters
| \AphrontRequest | $request | |
| \PhutilURI | $uri | |
| $email_object_id |
Return
| wild |
private function returnSaveAddressResponse($request, $uri, $email_object, $is_new)
private function returnSaveAddressResponse($request, $uri, $email_object, $is_new)
Parameters
| \AphrontRequest | $request | |
| \PhutilURI | $uri | |
| \PhabricatorMetaMTAApplicationEmail | $email_object | |
| $is_new |
Return
| wild |
private function returnDeleteAddressResponse($request, $uri, $email_object_id)
private function returnDeleteAddressResponse($request, $uri, $email_object_id)
Parameters
| \AphrontRequest | $request | |
| \PhutilURI | $uri | |
| $email_object_id |
Return
| wild |
private function buildEmailTable($is_edit, $highlight)
private function buildEmailTable($is_edit, $highlight)
Parameters
| $is_edit | ||
| $highlight |
Return
| wild |