![]() |
TYPO3
7.6
|
Public Member Functions | |
getConfigurationValues () | |
isAvailable () | |
getSendmailPath () | |
isActive () | |
![]() | |
injectConfigurationManager (\TYPO3\CMS\Core\Configuration\ConfigurationManager $configurationManager) | |
setPostValues (array $postValues) | |
getIsAvailable () | |
isActive () | |
getIsActive () | |
getName () | |
getPriority () | |
getConfigurationValues () | |
Protected Attributes | |
$name = 'Sendmail' | |
$priority = 50 | |
$configurationValues | |
![]() | |
$configurationManager = null | |
$name = '' | |
$priority = 50 | |
$configurationValues = array() | |
$postValues = array() | |
Sendmail path handling preset
Definition at line 22 of file SendmailPreset.php.
getConfigurationValues | ( | ) |
Get configuration values to activate prefix
Implements PresetInterface.
Definition at line 46 of file SendmailPreset.php.
References SendmailPreset\$configurationValues, and SendmailPreset\getSendmailPath().
getSendmailPath | ( | ) |
Path where executable was found
Definition at line 68 of file SendmailPreset.php.
Referenced by SendmailPreset\getConfigurationValues(), SendmailPreset\isActive(), and SendmailPreset\isAvailable().
isActive | ( | ) |
Check is preset is currently active on the system
Implements PresetInterface.
Definition at line 78 of file SendmailPreset.php.
References SendmailPreset\getSendmailPath().
isAvailable | ( | ) |
Check if sendmail path if set
Implements PresetInterface.
Definition at line 58 of file SendmailPreset.php.
References SendmailPreset\getSendmailPath().
|
protected |
Definition at line 37 of file SendmailPreset.php.
Referenced by SendmailPreset\getConfigurationValues().
|
protected |
Definition at line 27 of file SendmailPreset.php.
|
protected |
Definition at line 32 of file SendmailPreset.php.