API17

Difference between revisions of "JTableContent"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JTableContent::__construct/11.1|__construct]]
+
|[[API17:JTableContent::__construct|__construct]]
 
|
 
|
 
|-
 
|-
 
|public  
 
|public  
|[[JTableContent::bind/11.1|bind]]
+
|[[API17:JTableContent::bind|bind]]
 
|Overloaded bind function.  
 
|Overloaded bind function.  
 
|-
 
|-
 
|public  
 
|public  
|[[JTableContent::check/11.1|check]]
+
|[[API17:JTableContent::check|check]]
 
|Overloaded check function.  
 
|Overloaded check function.  
 
|-
 
|-
 
|public  
 
|public  
|[[JTableContent::publish/11.1|publish]]
+
|[[API17:JTableContent::publish|publish]]
 
|Method to set the publishing state for a row or list of rows in the database table.  
 
|Method to set the publishing state for a row or list of rows in the database table.  
 
|-
 
|-
 
|public  
 
|public  
|[[JTableContent::store/11.1|store]]
+
|[[API17:JTableContent::store|store]]
 
|Overriden  to set modified data and user id.  
 
|Overriden  to set modified data and user id.  
 
|-
 
|-
 
|public  
 
|public  
|[[JTableContent::toXML/11.1|toXML]]
+
|[[API17:JTableContent::toXML|toXML]]
 
|Converts record to XML.  
 
|Converts record to XML.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JTableContent::_getAssetName/11.1|_getAssetName]]
+
|[[API17:JTableContent::_getAssetName|_getAssetName]]
 
|Method to compute the default name of the asset.  
 
|Method to compute the default name of the asset.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JTableContent::_getAssetParentId/11.1|_getAssetParentId]]
+
|[[API17:JTableContent::_getAssetParentId|_getAssetParentId]]
 
|Get the parent asset id for the record.  
 
|Get the parent asset id for the record.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JTableContent::_getAssetTitle/11.1|_getAssetTitle]]
+
|[[API17:JTableContent::_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/content.php
 
* '''Defined in''' libraries/joomla/database/table/content.php
* '''Extends''' [[JTable/11.1|JTable]]
+
* '''Extends''' [[API17:JTable|JTable]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.database.table.content' );</source>
 
<source lang="php">jimport( 'joomla.database.table.content' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JTableContent source code''' on [[jplatform:database/table/content.php|BitBucket]]
 
* {{JVer|11.1}} '''JTableContent source code''' on [[jplatform:database/table/content.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[JTableContent|Other versions of JTableContent]]
+
* [[API17:JTableContent|Other versions of JTableContent]]
 
{{SeeAlso:JTableContent}}
 
{{SeeAlso:JTableContent}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:40, 11 May 2013

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

Description[edit]

Template:Description:JTableContent [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct
public bind Overloaded bind function.
public check Overloaded check function.
public publish Method to set the publishing state for a row or list of rows in the database table.
public store Overriden to set modified data and user id.
public toXML Converts record to XML.
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/content.php
  • Extends JTable

Importing[edit]

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

See also[edit]

Template:SeeAlso:JTableContent [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />