Class JTableMenuType
Menu Types table
- JObject
-
JTable
implements
JObservableInterface,
JTableInterface
-
JTableMenuType
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.6
Located at legacy/table/menu/type.php
Methods summary
public
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
protected
string
|
#
_getAssetName( )
Method to compute the default name of the asset. The default name is in the form table_name.id where id is the value of the primary key of the table. |
protected
string
|
|
protected
integer
|
#
_getAssetParentId(
Method to get the parent asset under which to register this one. By default, all assets are registered to the ROOT node with ID, which will default to 1 if none exists. The extended class can define a table and id to lookup. If the asset does not exist it will be created. |
Methods inherited from JTable
_lock(),
_unlock(),
addIncludePath(),
appendPrimaryKeys(),
attachObserver(),
bind(),
checkIn(),
checkOut(),
getColumnAlias(),
getDbo(),
getFields(),
getInstance(),
getKeyName(),
getNextOrder(),
getObserverOfClass(),
getPrimaryKey(),
getRules(),
getTableName(),
hasPrimaryKey(),
hit(),
isCheckedOut(),
load(),
move(),
publish(),
reorder(),
reset(),
save(),
setColumnAlias(),
setDbo(),
setRules()
Methods inherited from JObject
__toString(),
def(),
get(),
getError(),
getErrors(),
getProperties(),
set(),
setError(),
setProperties()
Magic methods summary
Properties summary
Properties inherited from JTable
$_autoincrement,
$_columnAlias,
$_db,
$_jsonEncode,
$_locked,
$_observers,
$_rules,
$_tbl,
$_tbl_key,
$_tbl_keys,
$_trackAssets
