Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface ServiceProviderInterface
+ Graphe d'héritage de ServiceProviderInterface:

Fonctions membres publiques

 getProvidedServices ()
 
- Fonctions membres publiques hérités de ContainerInterface
 get (string $id)
 
 has (string $id)
 

Description détaillée

A ServiceProviderInterface exposes the identifiers and the types of services provided by a container.

Auteur
Nicolas Grekas p@tch.nosp@m.work.nosp@m..com
Mateusz Sip mateu.nosp@m.sz.s.nosp@m.ip@gm.nosp@m.ail..nosp@m.com

Documentation des fonctions membres

◆ getProvidedServices()

getProvidedServices ( )

Returns an associative array of service types keyed by the identifiers provided by the current container.

Examples:

  • ['logger' => 'Psr'] means the object provides a service named "logger" that implements Psr
  • ['foo' => '?'] means the container provides service name "foo" of unspecified type
  • ['bar' => '?Bar'] means the container provides a service "bar" of type Bar|null
Renvoie
string[] The provided service types, keyed by service names

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