Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (array $providers) | |
getNode () | |
Attributs privés | |
$nodeProviders | |
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
__construct | ( | array | $providers | ) |
Constructs a FallbackNodeProvider
using an array of node providers
NodeProviderInterface[] | $providers Array of node providers |
getNode | ( | ) |
Returns the system node ID by iterating over an array of node providers and returning the first non-empty value found
Exception |
Implémente NodeProviderInterface.
Références null.
|
private |