API17

Difference between revisions of "JTableAsset"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JTableAsset==
 +
===Description===
 +
{{Description:JTableAsset}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JTableAsset|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JTableAsset|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JTableAsset}}
 
===Defined in===
 
libraries/joomla/database/table/asset.php
 
* see source code in [[jplatform:database/table/asset.php|BitBucket]]
 
===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
 
|-
 
|-
 +
|public
 
|[[JTableAsset::__construct/11.1|__construct]]
 
|[[JTableAsset::__construct/11.1|__construct]]
 
|
 
|
 
|-
 
|-
 +
|public
 
|[[JTableAsset::check/11.1|check]]
 
|[[JTableAsset::check/11.1|check]]
 
|Asset that the nested set data is valid.  
 
|Asset that the nested set data is valid.  
 
|-
 
|-
 +
|public
 
|[[JTableAsset::loadByName/11.1|loadByName]]
 
|[[JTableAsset::loadByName/11.1|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
 +
* '''Extends''' [[JTableNested/11.1|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===
* JTableAsset source code in [[jplatform:database/table/asset.php|BitBucket]]
+
* {{JVer|11.1}} '''JTableAsset source code''' on [[jplatform:database/table/asset.php|BitBucket]]
* [[JTableAsset|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]]
 +
* [[JTableAsset|Other versions of JTableAsset]]
 
{{SeeAlso:JTableAsset}}
 
{{SeeAlso:JTableAsset}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JTableAsset|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JTableAsset|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 45: Line 46:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JTableAsset]]</noinclude>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JTableAsset]]</noinclude>

Revision as of 18:09, 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 JTableAsset[edit]

Description[edit]

Template:Description:JTableAsset [Edit Descripton]

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]

Template:SeeAlso:JTableAsset [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />