API17

Difference between revisions of "JTableAsset"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JTableAsset==
 
=={{JVer|11.1}} JTableAsset==
 
===Description===
 
===Description===
{{Description:JTableAsset}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JTableAsset|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JTableAsset::__construct/11.1|__construct]]
+
|[[API17:JTableAsset::__construct|__construct]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JTableAsset::check/11.1|check]]
+
|[[API17:JTableAsset::check|check]]
 
|Asset that the nested set data is valid.  
 
|Asset that the nested set data is valid.  
 
|-
 
|-
 
|public  
 
|public  
|[[JTableAsset::loadByName/11.1|loadByName]]
+
|[[API17:JTableAsset::loadByName|loadByName]]
 
|Method to load an asset by it's name.  
 
|Method to load an asset by it's name.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/database/table/asset.php
 
* '''Defined in''' libraries/joomla/database/table/asset.php
* '''Extends''' [[JTableNested/11.1|JTableNested]]
+
* '''Extends''' [[API17:JTableNested|JTableNested]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.database.table.asset' );</source>
 
<source lang="php">jimport( 'joomla.database.table.asset' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JTableAsset source code''' on [[jplatform:database/table/asset.php|BitBucket]]
 
* {{JVer|11.1}} '''JTableAsset source code''' on [[jplatform:database/table/asset.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[JTableAsset|Other versions of JTableAsset]]
+
* [[API17:JTableAsset|Other versions of JTableAsset]]
{{SeeAlso:JTableAsset}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JTableAsset|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JTableAsset
 
category=JTableAsset
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 49: Line 45:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JTableAsset]]</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 JTableAsset[edit]

Description[edit]

Methods[edit]

Visibility Method name Description
public __construct
public check Asset that the nested set data is valid.
public loadByName Method to load an asset by it's name.
  • Defined in libraries/joomla/database/table/asset.php
  • Extends JTableNested

Importing[edit]

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

See also[edit]


User contributed notes[edit]

Code Examples[edit]