API17

Difference between revisions of "JModelItem::getStoreId"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Method to get a store id based on model configuration state.  
 
Method to get a store id based on model configuration state.  
  
{{Description:JModelItem::getStoreId}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JModelItem::getStoreId|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected JModelItem::getStoreId ($id= '')
+
protected function getStoreId ($id= '')
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 22:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 +
* '''Defined''' on line 48 of libraries/joomla/application/component/modelitem.php
 +
===See also===
 +
* {{JVer|11.1}} '''JModelItem::getStoreId source code''' on [[jplatform:application/component/modelitem.php#cl-40|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JModelItem|JModelItem]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
 +
* [[API17:JModelItem::getStoreId|Other versions of JModelItem::getStoreId]]
  
===Defined in===
+
 
libraries/joomla/application/component/modelitem.php (line 48)
+
===User contributed notes===
* see source code in [[jplatform:application/component/modelitem.php#cl-48|BitBucket]]
+
=== Code Examples ===
===Referenced by===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JModelItem::getStoreId|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JModelItem/11.1|JModelItem]]
 
* [[JModelItem::getStoreId|Other versions of this method]]
 
{{SeeAlso:JModelItem::getStoreId}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JModelItem::getStoreId
 
category=JModelItem::getStoreId
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JModelItem]][[Category:JModelItem::getStoreId]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:28, 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 JModelItem::getStoreId[edit]

Description[edit]

Method to get a store id based on model configuration state.


protected function getStoreId ($id= '')
Parameter Type Default Description
$id
  • Returns
  • Defined on line 48 of libraries/joomla/application/component/modelitem.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]