API17

Difference between revisions of "JModelItem"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (moving preparation)
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|protected  
 
|protected  
|[[JModelItem::getStoreId/11.1|getStoreId]]
+
|[[API17:JModelItem::getStoreId|getStoreId]]
 
|Method to get a store id based on model configuration state.  
 
|Method to get a store id based on model configuration state.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/application/component/modelitem.php
 
* '''Defined in''' libraries/joomla/application/component/modelitem.php
* '''Extends''' [[JModel/11.1|JModel]]
+
* '''Extends''' [[API17:JModel|JModel]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.application.component.modelitem' );</source>
 
<source lang="php">jimport( 'joomla.application.component.modelitem' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JModelItem source code''' on [[jplatform:application/component/modelitem.php|BitBucket]]
 
* {{JVer|11.1}} '''JModelItem source code''' on [[jplatform:application/component/modelitem.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
* [[JModelItem|Other versions of JModelItem]]
+
* [[API17:JModelItem|Other versions of JModelItem]]
 
{{SeeAlso:JModelItem}}
 
{{SeeAlso:JModelItem}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 41: Line 41:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JModelItem]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:14, 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 JModelItem[edit]

Description[edit]

Template:Description:JModelItem [Edit Descripton]

Methods[edit]

Visibility Method name Description
protected getStoreId Method to get a store id based on model configuration state.
  • Defined in libraries/joomla/application/component/modelitem.php
  • Extends JModel

Importing[edit]

jimport( 'joomla.application.component.modelitem' );

See also[edit]

Template:SeeAlso:JModelItem [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />