Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe plgContentJoomla
+ Graphe d'héritage de plgContentJoomla:
+ Graphe de collaboration de plgContentJoomla:

Liste de tous les membres

Fonctions membres publiques

 onContentAfterSave ($context, &$article, $isNew)
 onContentBeforeDelete ($context, $data)
- Fonctions membres publiques inherited from JPlugin
 __construct (&$subject, $config=array())
 loadLanguage ($extension= '', $basePath=JPATH_ADMINISTRATOR)
- Fonctions membres publiques inherited from JEvent
 __construct (&$subject)
 update (&$args)
- Fonctions membres publiques inherited from JObject
 __construct ($properties=null)
 __toString ()
 def ($property, $default=null)
 get ($property, $default=null)
 getProperties ($public=true)
 getError ($i=null, $toString=true)
 getErrors ()
 set ($property, $value=null)
 setProperties ($properties)
 setError ($error)
 toString ()

Fonctions membres privées

 _countItemsInCategory ($table, $catid)
 _countItemsInChildren ($table, $catid, $data)

Additional Inherited Members

- Attributs publics inherited from JPlugin
 $params = null
- Attributs protégés inherited from JPlugin
 $_name = null
 $_type = null
- Attributs protégés inherited from JEvent
 $_subject = null
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des fonctions membres

plgContentJoomla::_countItemsInCategory (   $table,
  $catid 
)
private

Get count of items in a category

Paramètres:
stringtable name of component table (column is catid)
intid of the category to check
Renvoie:
mixed count of items found or false if db error
Depuis:
1.6

Références $count, $db, $query, JFactory\getDbo(), et JError\raiseWarning().

+ Voici le graphe d'appel pour cette fonction :

plgContentJoomla::_countItemsInChildren (   $table,
  $catid,
  $data 
)
private

Get count of items in a category's child categories

Paramètres:
stringtable name of component table (column is catid)
intid of the category to check
Renvoie:
mixed count of items found or false if db error
Depuis:
1.6

Références $count, $data, $db, $query, JFactory\getDbo(), et JError\raiseWarning().

+ Voici le graphe d'appel pour cette fonction :

plgContentJoomla::onContentAfterSave (   $context,
$article,
  $isNew 
)

Example after save content method Article is passed by reference, but after the save, so no changes will be saved. Method is called right after the content is saved

Paramètres:
stringThe context of the content passed to the plugin (added in 1.6)
objectA JTableContent object
boolIf the content is just about to be created
Depuis:
1.6

Références $db, $lang, $message, $user, $users, JModelLegacy\addIncludePath(), JTable\addIncludePath(), JFactory\getConfig(), JFactory\getDbo(), JModel\getInstance(), JUser\getInstance(), JLanguage\getInstance(), JComponentHelper\getParams(), JFactory\getUser(), et JPATH_ADMINISTRATOR.

+ Voici le graphe d'appel pour cette fonction :

plgContentJoomla::onContentBeforeDelete (   $context,
  $data 
)

Don't allow categories to be deleted if they contain items or subcategories with items

Paramètres:
stringThe context for the content passed to the plugin.
objectThe data relating to the content that was deleted.
Renvoie:
boolean
Depuis:
1.6

Références $count, $data, $extension, elseif, JRequest\getString(), JText\plural(), JError\raiseWarning(), et JText\sprintf().

+ Voici le graphe d'appel pour cette fonction :


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