API17:JTableCategory:: getAssetParentId
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JTableCategory::_getAssetParentId|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JTableCategory::_getAssetParentId|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected function _getAssetParentId ( |
| + | $table=null | ||
| + | $id=null | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' int | |
| − | int | + | * '''Defined''' on line 63 of libraries/joomla/database/table/category.php |
| − | + | ||
| − | libraries/joomla/database/table/category.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JTableCategory::_getAssetParentId source code''' on [[jplatform:database/table/category.php#cl-55|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JTableCategory/11.1|JTableCategory]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]] | ||
| + | * [[JTableCategory::_getAssetParentId|Other versions of JTableCategory::_getAssetParentId]] | ||
| + | {{SeeAlso:JTableCategory::_getAssetParentId}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JTableCategory::_getAssetParentId|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JTableCategory::_getAssetParentId|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 50: | Line 51: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JTableCategory]][[Category:JTableCategory::_getAssetParentId]]</noinclude> | <noinclude>[[Category:JTableCategory]][[Category:JTableCategory::_getAssetParentId]]</noinclude> | ||
Revision as of 21:46, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JTableCategory::_getAssetParentId
Description
Get the parent asset id for the record.
Description:JTableCategory:: getAssetParentId [Edit Descripton]
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
SeeAlso:JTableCategory:: getAssetParentId [Edit See Also]
User contributed notes
<CodeExamplesForm />
