API17:JTable:: getAssetParentId
From Joomla! Documentation
JTable::_getAssetParentId
Description
Method to get the parent asset under which to register this one.
protected function _getAssetParentId (
$table=null
$id=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table | null | ||
| $id | null |
- Returns
- Defined on line 262 of libraries/joomla/database/table.php
See also
JTable::_getAssetParentId source code on BitBucket
Class JTable
Subpackage Database- Other versions of JTable::_getAssetParentId
User contributed notes
Code Examples