Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct (JDatabaseDriver $db) | |
bind ($array, $ignore= '') | |
check () | |
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) | |
delete ($pk=null, $children=true) | |
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, JDatabaseDriver $db) | |
attachObserver (JObserverInterface $observer) | |
getObserverOfClass ($observerClass) | |
getFields () | |
appendPrimaryKeys ($query, $pk=null) | |
getTableName () | |
getKeyName ($multiple=false) | |
getDbo () | |
setDBO (JDatabaseDriver $db) | |
setRules ($input) | |
getRules () | |
reset () | |
load ($keys=null, $reset=true) | |
save ($src, $orderingFilter= '', $ignore= '') | |
delete ($pk=null) | |
checkOut ($userId, $pk=null) | |
checkIn ($pk=null) | |
hasPrimaryKey () | |
hit ($pk=null) | |
isCheckedOut ($with=0, $against=null) | |
getNextOrder ($where= '') | |
getPrimaryKey (array $keys=array()) | |
reorder ($where= '') | |
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) |
Additional Inherited Members | |
Attributs publics inherited from JTableNested | |
$parent_id | |
$level | |
$lft | |
$rgt | |
$alias | |
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 | |
_getAssetName () | |
_getAssetTitle () | |
_getAssetParentId (JTable $table=null, $id=null) | |
_lock () | |
_unlock () | |
Attributs protégés inherited from JTableNested | |
$_location | |
$_location_id | |
$_cache = array() | |
$_debug = 0 | |
Attributs protégés inherited from JTable | |
$_tbl = '' | |
$_tbl_key = '' | |
$_tbl_keys = array() | |
$_db | |
$_trackAssets = false | |
$_rules | |
$_locked = false | |
$_autoincrement = true | |
$_observers | |
Attributs protégés inherited from JObject | |
$_errors = array() |
JTableMenu::__construct | ( | JDatabaseDriver | $db | ) |
Constructor
JDatabaseDriver | $db | Database driver object. |
Définition à la ligne 28 du fichier menu.php.
Références JFactory\getConfig().
JTableMenu::bind | ( | $array, | |
$ignore = '' |
|||
) |
Overloaded bind function
array | $array | Named array |
mixed | $ignore | An optional array or space separated list of properties to ignore while binding. |
Réimplémentée à partir de JTable.
Définition à la ligne 47 du fichier menu.php.
Références JText\_(), et JRegistry\loadArray().
JTableMenu::check | ( | ) |
Overloaded check function
Réimplémentée à partir de JTableNested.
Définition à la ligne 91 du fichier menu.php.
Références JText\_(), JFolder\folders(), JFactory\getDate(), jimport(), JText\sprintf(), et JApplication\stringURLSafe().
JTableMenu::store | ( | $updateNulls = false | ) |
Overloaded store function
boolean | $updateNulls | True to update fields even if they are null. |
Réimplémentée à partir de JTableNested.
Définition à la ligne 157 du fichier menu.php.
Références JText\_(), JFactory\getDbo(), et JTable\getInstance().