Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JGoogle

Fonctions membres publiques

 __construct (Registry $options=null, JGoogleAuth $auth=null)
 
 data ($name, $options=null, $auth=null)
 
 embed ($name, $options=null)
 
 getOption ($key)
 
 setOption ($key, $value)
 

Attributs protégés

 $options
 
 $auth
 
 $data
 
 $embed
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( Registry  $options = null,
JGoogleAuth  $auth = null 
)

Constructor.

Paramètres
Registry$optionsGoogle options object.
JGoogleAuth$authThe authentication client object.
Depuis
3.1.4

Références $options.

Documentation des fonctions membres

◆ data()

data (   $name,
  $options = null,
  $auth = null 
)

Method to create JGoogleData objects

Paramètres
string$nameName of property to retrieve
Registry$optionsGoogle options object.
JGoogleAuth$authThe authentication client object.
Renvoie
JGoogleData Google data API object.
Depuis
3.1.4

Références $name, et $options.

◆ embed()

embed (   $name,
  $options = null 
)

Method to create JGoogleEmbed objects

Paramètres
string$nameName of property to retrieve
Registry$optionsGoogle options object.
Renvoie
JGoogleEmbed Google embed API object.
Depuis
3.1.4

Références $name, et $options.

◆ getOption()

getOption (   $key)

Get an option from the JGoogle instance.

Paramètres
string$keyThe name of the option to get.
Renvoie
mixed The option value.
Depuis
3.1.4

Références $key.

◆ setOption()

setOption (   $key,
  $value 
)

Set an option for the JGoogle instance.

Paramètres
string$keyThe name of the option to set.
mixed$valueThe option value to set.
Renvoie
JGoogle This object for method chaining.
Depuis
3.1.4

Références $key, et $value.

Documentation des champs

◆ $auth

$auth
protected

◆ $data

$data
protected

◆ $embed

$embed
protected

◆ $options

$options
protected

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