API17

Difference between revisions of "JTableCategory"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<span class="editsection" style="font-size:76%;">
+
=={{JVer|11.1}} JTableCategory==
<nowiki>[</nowiki>[[Description:JTableCategory|Edit Descripton]]<nowiki>]</nowiki>
+
===Description===
</span>
+
 
{{Description:JTableCategory}}
+
 
===Defined in===
 
libraries/joomla/database/table/category.php
 
===Subpackage===
 
[[Subpackage Database/11.1|Database]]
 
===Extends===
 
[[JTableNested/11.1|JTableNested]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JTableCategory::__construct/11.1|__construct]]
+
|public
 +
|[[API17:JTableCategory::__construct|__construct]]
 
|
 
|
 
|-
 
|-
|[[JTableCategory::bind/11.1|bind]]
+
|public
 +
|[[API17:JTableCategory::bind|bind]]
 
|Overloaded bind function.  
 
|Overloaded bind function.  
 
|-
 
|-
|[[JTableCategory::check/11.1|check]]
+
|public
 +
|[[API17:JTableCategory::check|check]]
 
|Override check function.  
 
|Override check function.  
 
|-
 
|-
|[[JTableCategory::store/11.1|store]]
+
|public
 +
|[[API17:JTableCategory::store|store]]
 
|Overriden  to set created/modified and user id.  
 
|Overriden  to set created/modified and user id.  
 
|-
 
|-
|[[JTableCategory::_getAssetName/11.1|_getAssetName]]
+
|protected
 +
|[[API17:JTableCategory::_getAssetName|_getAssetName]]
 
|Method to compute the default name of the asset.  
 
|Method to compute the default name of the asset.  
 
|-
 
|-
|[[JTableCategory::_getAssetParentId/11.1|_getAssetParentId]]
+
|protected
 +
|[[API17:JTableCategory::_getAssetParentId|_getAssetParentId]]
 
|Get the parent asset id for the record.  
 
|Get the parent asset id for the record.  
 
|-
 
|-
|[[JTableCategory::_getAssetTitle/11.1|_getAssetTitle]]
+
|protected
 +
|[[API17:JTableCategory::_getAssetTitle|_getAssetTitle]]
 
|Method to return the title to use for the asset table.  
 
|Method to return the title to use for the asset table.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/database/table/category.php
 +
* '''Extends''' [[API17:JTableNested|JTableNested]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.database.table.category' );</source>
 
<source lang="php">jimport( 'joomla.database.table.category' );</source>
 
===See also===
 
===See also===
* [[JTableCategory|Other versions of this class]]
+
* {{JVer|11.1}} '''JTableCategory source code''' on [[jplatform:database/table/category.php|BitBucket]]
{{SeeAlso:JTableCategory}}
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
<span class="editsection" style="font-size:76%;">
+
* [[API17:JTableCategory|Other versions of JTableCategory]]
<nowiki>[</nowiki>[[SeeAlso:JTableCategory|Edit See Also]]<nowiki>]</nowiki>
+
 
</span>
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JTableCategory
 
category=JTableCategory
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JTableCategory]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:47, 24 March 2017

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

Description[edit]

Methods[edit]

Visibility Method name Description
public __construct
public bind Overloaded bind function.
public check Override check function.
public store Overriden to set created/modified and user id.
protected _getAssetName Method to compute the default name of the asset.
protected _getAssetParentId Get the parent asset id for the record.
protected _getAssetTitle Method to return the title to use for the asset table.
  • Defined in libraries/joomla/database/table/category.php
  • Extends JTableNested

Importing[edit]

jimport( 'joomla.database.table.category' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]