API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence du fichier admin.trash.php

Espaces de nommage

Fonctions

Variables


Documentation des fonctions

deleteTrash ( cid,
option 
)

Permanently deletes the selected list of trash items

Références $cid, $db, $id, $mainframe, $option, $return, $total, $type, JRequest::checkToken(), JRequest::getCmd(), JFactory::getDBO(), JTable::getInstance(), jexit(), et JText::sprintf().

Voici le graphe d'appel pour cette fonction :

ReadMenuXML ( type,
component = -1 
)

Références $data, $type, et JApplicationHelper::parseXMLInstallFile().

Voici le graphe d'appel pour cette fonction :

restoreTrash ( cid,
option 
)

Restores items selected to normal - restores to an unpublished state

Références $cid, $db, $mainframe, $option, $ordering, $query, $return, $state, $total, $type, JModel::addIncludePath(), JRequest::checkToken(), JRequest::getCmd(), JFactory::getDBO(), JModel::getInstance(), jexit(), jimport(), JError::raiseError(), JText::sprintf(), et JArrayHelper::toInteger().

Voici le graphe d'appel pour cette fonction :

viewdeleteTrash ( cid,
mid,
option 
)

Compiles a list of the items you have selected to permanently delte

Références $cid, $db, $id, $items, $mainframe, $mid, $option, $query, $return, $type, JRequest::getCmd(), JFactory::getDBO(), HTML_trash::showDelete(), et JArrayHelper::toInteger().

Voici le graphe d'appel pour cette fonction :

viewrestoreTrash ( cid,
mid,
option 
)

Compiles a list of the items you have selected to permanently delte

Références $cid, $db, $id, $items, $mainframe, $mid, $option, $query, $return, $type, JRequest::getCmd(), JFactory::getDBO(), HTML_trash::showRestore(), et JArrayHelper::toInteger().

Voici le graphe d'appel pour cette fonction :

switch ($task) viewTrashContent ( option)

Compiles a list of trash items

Références $db, $i, $limit, $limitstart, $mainframe, $option, $pageNav, $query, $total, $where, JText::_(), JFactory::getDBO(), jimport(), HTML_trash::showListContent(), et JString::strtolower().

Voici le graphe d'appel pour cette fonction :

viewTrashMenu ( option)

Compiles a list of trash items

Références $db, $limit, $limitstart, $mainframe, $option, $pageNav, $query, $total, $where, JFactory::getDBO(), jimport(), HTML_trash::showListMenu(), et JString::strtolower().

Voici le graphe d'appel pour cette fonction :


Documentation des variables

$cid = JRequest::getVar( 'cid', array(0), 'post', 'array' )
$mid = JRequest::getVar( 'mid', array(0), 'post', 'array' )
$user = & JFactory::getUser()
if(!$user->authorize( 'com_trash', 'manage'))