API17

Difference between revisions of "JTableCategory:: getAssetTitle"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
protected JTableCategory->_getAssetTitle ()
+
protected JTableCategory::_getAssetTitle ()
 
</source>
 
</source>
 
===Returns===
 
===Returns===
 
string
 
string
 
===Defined in===
 
===Defined in===
libraries/joomla/database/table/category.php
+
libraries/joomla/database/table/category.php (line 53)
 +
* see source code in [[jplatform:database/table/category.php#cl-53|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 21:22, 23 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::_getAssetTitle[edit]

Description[edit]

Method to return the title to use for the asset table.

Template:Description:JTableCategory:: getAssetTitle [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

protected JTableCategory::_getAssetTitle ()

Returns[edit]

string

Defined in[edit]

libraries/joomla/database/table/category.php (line 53)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JTableCategory:: getAssetTitle

Examples[edit]

<CodeExamplesForm />