API17:JTableCategory:: getAssetParentId
From Joomla! Documentation
JTableCategory::_getAssetParentId
Description
Get the parent asset id for the record.
protected function _getAssetParentId (
$table=null
$id=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table | null | ||
| $id | null |
- Returns int
- Defined on line 63 of libraries/joomla/database/table/category.php
See also
JTableCategory::_getAssetParentId source code on BitBucket
Class JTableCategory
Subpackage Database- Other versions of JTableCategory::_getAssetParentId
User contributed notes
Code Examples