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é
|
Fonctions membres publiques | |
delete ($pk=null, $children=false) | |
Fonctions membres publiques inherited from JTableCategory | |
__construct (&$db) | |
check () | |
bind ($array, $ignore= '') | |
store ($updateNulls=false) | |
Fonctions membres publiques inherited from JTableNested | |
debug ($level) | |
getPath ($pk=null, $diagnostic=false) | |
getTree ($pk=null, $diagnostic=false) | |
isLeaf ($pk=null) | |
setLocation ($referenceId, $position= 'after') | |
move ($delta, $where= '') | |
moveByReference ($referenceId, $position= 'after', $pk=null) | |
publish ($pks=null, $state=1, $userId=0) | |
orderUp ($pk) | |
orderDown ($pk) | |
getRootId () | |
rebuild ($parentId=null, $leftId=0, $level=0, $path= '') | |
rebuildPath ($pk=null) | |
saveorder ($idArray=null, $lft_array=null) | |
Fonctions membres publiques inherited from JTable | |
__construct ($table, $key, &$db) | |
getFields () | |
getTableName () | |
getKeyName () | |
getDbo () | |
setDBO (&$db) | |
setRules ($input) | |
getRules () | |
reset () | |
load ($keys=null, $reset=true) | |
save ($src, $orderingFilter= '', $ignore= '') | |
delete ($pk=null) | |
checkOut ($userId, $pk=null) | |
checkIn ($pk=null) | |
hit ($pk=null) | |
isCheckedOut ($with=0, $against=null) | |
getNextOrder ($where= '') | |
reorder ($where= '') | |
canDelete ($pk=null, $joins=null) | |
toXML ($mapKeysToText=false) | |
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 () |
Additional Inherited Members | |
Fonctions membres protégées inherited from JTableCategory | |
_getAssetName () | |
_getAssetTitle () | |
_getAssetParentId ($table=null, $id=null) | |
Fonctions membres protégées inherited from JTableNested | |
_getNode ($id, $key=null) | |
_getTreeRepositionData ($referenceNode, $nodeWidth, $position= 'before') | |
_logtable ($showData=true, $showQuery=true) | |
_runQuery ($query, $errorMessage) | |
Fonctions membres protégées inherited from JTable | |
_lock () | |
_unlock () |
Method to delete a node and, optionally, its child nodes from the table.
integer | $pk | The primary key of the node to delete. |
boolean | $children | True to delete child nodes, false to move them up a level. |
Réimplémentée à partir de JTableNested.