Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe SimplePie_Category

Liste de tous les membres

Fonctions membres publiques

 SimplePie_Category ($term=null, $scheme=null, $label=null)
 __toString ()
 get_term ()
 get_scheme ()
 get_label ()

Attributs publics

 $term
 $scheme
 $label

Description détaillée

Définition à la ligne 6337 du fichier simplepie.php.


Documentation des fonctions membres

SimplePie_Category::__toString ( )

Définition à la ligne 6351 du fichier simplepie.php.

{
// There is no $this->data here
return md5(serialize($this));
}
SimplePie_Category::get_label ( )

Définition à la ligne 6381 du fichier simplepie.php.

Références $label, et get_term().

{
if ($this->label !== null)
{
return $this->label;
}
else
{
return $this->get_term();
}
}

+ Voici le graphe d'appel pour cette fonction :

SimplePie_Category::get_scheme ( )

Définition à la ligne 6369 du fichier simplepie.php.

Références $scheme.

{
if ($this->scheme !== null)
{
return $this->scheme;
}
else
{
return null;
}
}
SimplePie_Category::get_term ( )

Définition à la ligne 6357 du fichier simplepie.php.

Références $term.

Référencé par get_label().

{
if ($this->term !== null)
{
return $this->term;
}
else
{
return null;
}
}

+ Voici le graphe des appelants de cette fonction :

SimplePie_Category::SimplePie_Category (   $term = null,
  $scheme = null,
  $label = null 
)

Définition à la ligne 6344 du fichier simplepie.php.

Références $label, $scheme, et $term.

{
$this->term = $term;
$this->scheme = $scheme;
$this->label = $label;
}

Documentation des données membres

SimplePie_Category::$label

Définition à la ligne 6341 du fichier simplepie.php.

Référencé par get_label(), et SimplePie_Category().

SimplePie_Category::$scheme

Définition à la ligne 6340 du fichier simplepie.php.

Référencé par get_scheme(), et SimplePie_Category().

SimplePie_Category::$term

Définition à la ligne 6339 du fichier simplepie.php.

Référencé par get_term(), et SimplePie_Category().


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