API17:JModelItem
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JModelItem== | ||
| + | ===Description=== | ||
| + | {{Description:JModelItem}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JModelItem|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JModelItem|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |protected | ||
|[[JModelItem::getStoreId/11.1|getStoreId]] | |[[JModelItem::getStoreId/11.1|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 | ||
| + | * '''Extends''' [[JModel/11.1|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=== | ||
| − | * [[JModelItem|Other versions of | + | * {{JVer|11.1}} '''JModelItem source code''' on [[jplatform:application/component/modelitem.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Application/11.1|Application]] | ||
| + | * [[JModelItem|Other versions of JModelItem]] | ||
{{SeeAlso:JModelItem}} | {{SeeAlso:JModelItem}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JModelItem|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JModelItem|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 37: | Line 38: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JModelItem]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JModelItem]]</noinclude> |
Revision as of 13:58, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JModelItem
Description
Description:JModelItem [Edit Descripton]
Methods
| 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
jimport( 'joomla.application.component.modelitem' );
See also
-
JModelItem source code on BitBucket
-
Subpackage Application
- Other versions of JModelItem
SeeAlso:JModelItem [Edit See Also]
User contributed notes
<CodeExamplesForm />
