Liste de tous les membres
Documentation des fonctions membres
plgContentJoomla::_countItemsInCategory |
( |
|
$table, |
|
|
|
$catid |
|
) |
| |
|
private |
Get count of items in a category
- Paramètres:
-
string | table name of component table (column is catid) |
int | id 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().
plgContentJoomla::_countItemsInChildren |
( |
|
$table, |
|
|
|
$catid, |
|
|
|
$data |
|
) |
| |
|
private |
Get count of items in a category's child categories
- Paramètres:
-
string | table name of component table (column is catid) |
int | id 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().
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:
-
string | The context of the content passed to the plugin (added in 1.6) |
object | A JTableContent object |
bool | If 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.
plgContentJoomla::onContentBeforeDelete |
( |
|
$context, |
|
|
|
$data |
|
) |
| |
La documentation de cette classe a été générée à partir du fichier suivant :