Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe MailDisabledException
+ Graphe d'héritage de MailDisabledException:

Fonctions membres publiques

 __construct (string $reason, string $message='', int $code=0, \Throwable $previous=null)
 
 getReason ()
 

Champs de données

const REASON_USER_DISABLED = 'user_disabled'
 
const REASON_MAIL_FUNCTION_NOT_AVAILABLE = 'mail_function_not_available'
 

Attributs privés

 $reason
 

Description détaillée

Exception class defining an error for disabled mail functionality.

Depuis
4.0.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( string  $reason,
string  $message = '',
int  $code = 0,
\Throwable  $previous = null 
)

Constructor.

Paramètres
string$reasonThe reason why mail is disabled.
string$messageThe Exception message to throw.
integer$codeThe Exception code.
\Throwable$previousThe previous exception used for the exception chaining.
Depuis
4.0.0

Références $message, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ getReason()

getReason ( )

Method to return the reason why mail is disabled.

Renvoie
string
Depuis
4.0.0

Documentation des champs

◆ $reason

$reason
private

◆ REASON_MAIL_FUNCTION_NOT_AVAILABLE

const REASON_MAIL_FUNCTION_NOT_AVAILABLE = 'mail_function_not_available'

Référencé par Mail\Send().

◆ REASON_USER_DISABLED

const REASON_USER_DISABLED = 'user_disabled'

Référencé par Mail\Send().


La documentation de cette classe a été générée à partir du fichier suivant :