API17

Difference between revisions of "JTableContent:: getAssetName"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Method to compute the default name of the asset.  
 
Method to compute the default name of the asset.  
  
{{Description:JTableContent::_getAssetName}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JTableContent::_getAssetName|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected JTableContent::_getAssetName ()
+
protected function _getAssetName ()
 
</source>
 
</source>
===Returns===
+
* '''Returns'''
 +
* '''Defined''' on line 41 of libraries/joomla/database/table/content.php
 +
===See also===
 +
* {{JVer|11.1}} '''JTableContent::_getAssetName source code''' on [[jplatform:database/table/content.php#cl-33|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JTableContent|JTableContent]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
 +
* [[API17:JTableContent::_getAssetName|Other versions of JTableContent::_getAssetName]]
  
===Defined in===
+
 
libraries/joomla/database/table/content.php (line 41)
+
===User contributed notes===
* see source code in [[jplatform:database/table/content.php#cl-41|BitBucket]]
+
=== Code Examples ===
===Referenced by===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JTableContent::_getAssetName|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JTableContent/11.1|JTableContent]]
 
* [[JTableContent::_getAssetName|Other versions of this method]]
 
{{SeeAlso:JTableContent::_getAssetName}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JTableContent::_getAssetName
 
category=JTableContent::_getAssetName
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JTableContent]][[Category:JTableContent::_getAssetName]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:48, 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 JTableContent::_getAssetName[edit]

Description[edit]

Method to compute the default name of the asset.


protected function _getAssetName ()
  • Returns
  • Defined on line 41 of libraries/joomla/database/table/content.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]