Page MenuHomePhorge
Diviner Tech Docs PhabricatorMetaMTAApplicationEmailPanel

final class PhabricatorMetaMTAApplicationEmailPanel
Phorge Technical Documentation (MetaMTA)

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

This method is not documented.
Parameters
$name
$value
Return
wild

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

public function getPhobjectClassConstant($key, $byte_limit)
Inherited

Phobject

Read the value of a class constant.

This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.

Parameters
string$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

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

PhabricatorApplicationConfigurationPanel

Get the URI for this application configuration panel.

Parameters
string?$pathOptional path to append.
Return
stringRelative URI for the panel.

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