API17

Difference between revisions of "JController::holdEditId"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Method to add a record ID to the edit list.  
 
Method to add a record ID to the edit list.  
  
{{Description:JController::holdEditId}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JController::holdEditId|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected JController::holdEditId ($context, $id)
+
protected function holdEditId (
 +
        $context
 +
        $id
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 32: Line 30:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' void
void
+
* '''Defined''' on line 809 of libraries/joomla/application/component/controller.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/application/component/controller.php (line 809)
 
* see source code in [[jplatform:application/component/controller.php#cl-809|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JController::holdEditId source code''' on [[jplatform:application/component/controller.php#cl-801|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JController::holdEditId|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JController|JController]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JController/11.1|JController]]
+
* [[API17:JController::holdEditId|Other versions of JController::holdEditId]]
* [[JController::holdEditId|Other versions of this method]]
+
 
{{SeeAlso:JController::holdEditId}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JController::holdEditId
 
category=JController::holdEditId
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JController]][[Category:JController::holdEditId]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:31, 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 JController::holdEditId[edit]

Description[edit]

Method to add a record ID to the edit list.


protected function holdEditId (
        $context
        $id
)
Parameter Type Default Description
$context string The context for the session storage.
$id int The ID of the record to add to the edit list.
  • Returns void
  • Defined on line 809 of libraries/joomla/application/component/controller.php
  • Since Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]