API17

Difference between revisions of "JTableCategory:: getAssetParentId"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JTableCategory::_getAssetParentId|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JTableCategory::_getAssetParentId|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected JTableCategory::_getAssetParentId ($table=null, $id=null)
+
protected function _getAssetParentId (
 +
        $table=null
 +
        $id=null
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' int
int
+
* '''Defined''' on line 63 of libraries/joomla/database/table/category.php
===Defined in===
 
libraries/joomla/database/table/category.php (line 63)
 
* see source code in [[jplatform:database/table/category.php#cl-63|BitBucket]]
 
===Referenced by===
 
 
===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>
* [[JTableCategory/11.1|JTableCategory]]
+
===User contributed notes===
* [[JTableCategory::_getAssetParentId|Other versions of this method]]
 
{{SeeAlso:JTableCategory::_getAssetParentId}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 51: 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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JTableCategory::_getAssetParentId[edit]

Description[edit]

Get the parent asset id for the record.

Template: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[edit]

Template:SeeAlso:JTableCategory:: getAssetParentId [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />