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

Fonctions membres publiques

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

Attributs protégés

 $adapterType = ''
 

Description détaillée

Exception class defining an unsupported archive adapter

Depuis
2.0.0

Documentation des constructeurs et destructeur

◆ __construct()

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

Constructor

Paramètres
string$adapterTypeThe unsupported adapter type.
string$messageThe Exception message to throw.
int$codeThe Exception code.
\Throwable?,$previousThe previous throwable used for the exception chaining.
Depuis
2.0.0-beta2

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

Documentation des fonctions membres

◆ getUnsupportedAdapterType()

getUnsupportedAdapterType ( )

Gets the name of the adapter type that was unsupported

Renvoie
string
Depuis
2.0.0-beta2

Références UnsupportedArchiveException\$adapterType.

Documentation des champs

◆ $adapterType


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