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

Fonctions membres publiques

 __construct (array $providers)
 
 getNode ()
 

Attributs privés

 $nodeProviders
 

Description détaillée

FallbackNodeProvider attempts to gain the system host ID from an array of providers, falling back to the next in line in the event a host ID can not be obtained

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( array  $providers)

Constructs a FallbackNodeProvider using an array of node providers

Paramètres
NodeProviderInterface[]$providers Array of node providers

Documentation des fonctions membres

◆ getNode()

getNode ( )

Returns the system node ID by iterating over an array of node providers and returning the first non-empty value found

Renvoie
string System node ID as a hexadecimal string
Exceptions
Exception

Implémente NodeProviderInterface.

Références null.

Documentation des champs

◆ $nodeProviders

$nodeProviders
private

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