Class JTableAsset
Table class supporting modified pre-order tree traversal behavior.
- JObject
-
JTable
implements
JObservableInterface,
JTableInterface
-
JTableNested
-
JTableAsset
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/table/asset.php
Methods summary
public
|
|
public
integer
|
|
public
boolean
|
|
public
integer
|
Methods inherited from JTableNested
_getNode(),
_getTreeRepositionData(),
_logtable(),
_runQuery(),
debug(),
delete(),
getPath(),
getRootId(),
getTree(),
isLeaf(),
move(),
moveByReference(),
orderDown(),
orderUp(),
publish(),
rebuildPath(),
recursiveUpdatePublishedColumn(),
reset(),
saveorder(),
setLocation(),
store()
Methods inherited from JTable
_getAssetName(),
_getAssetParentId(),
_getAssetTitle(),
_lock(),
_unlock(),
addIncludePath(),
appendPrimaryKeys(),
attachObserver(),
bind(),
checkIn(),
checkOut(),
getColumnAlias(),
getDbo(),
getFields(),
getInstance(),
getKeyName(),
getNextOrder(),
getObserverOfClass(),
getPrimaryKey(),
getRules(),
getTableName(),
hasPrimaryKey(),
hit(),
isCheckedOut(),
load(),
reorder(),
save(),
setColumnAlias(),
setDbo(),
setRules()
Methods inherited from JObject
__toString(),
def(),
get(),
getError(),
getErrors(),
getProperties(),
set(),
setError(),
setProperties()
Magic methods summary
Properties summary
public
integer
|
$id |
#
The primary key of the asset. |
public
string
|
$name |
#
The unique name of the asset. |
public
string
|
$title |
#
The human readable title of the asset. |
public
string
|
$rules |
#
The rules for the asset stored in a JSON string |
Properties inherited from JTableNested
$_cache,
$_debug,
$_location,
$_location_id,
$alias,
$level,
$lft,
$parent_id,
$rgt,
$root_id
Properties inherited from JTable
$_autoincrement,
$_columnAlias,
$_db,
$_jsonEncode,
$_locked,
$_observers,
$_rules,
$_tbl,
$_tbl_key,
$_tbl_keys,
$_trackAssets
