API17

Difference between revisions of "JModelAdmin::checkin"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Updated to r1448:247ba8d88526)
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JModelAdmin::checkin|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JModelAdmin::checkin|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JModelAdmin->checkin ($pks=array())
+
public function checkin ($pks=array())
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' mixed Boolean false if there is an error, otherwise the count of records checked in.
mixed Boolean false if there is an error, otherwise the count of records checked in.
+
* '''Defined''' on line 146 of libraries/joomla/application/component/modeladmin.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/application/component/modeladmin.php
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JModelAdmin::checkin source code''' on [[jplatform:application/component/modeladmin.php#cl-138|BitBucket]]
 +
* {{JVer|11.1}} Class [[JModelAdmin/11.1|JModelAdmin]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
 +
* [[JModelAdmin::checkin|Other versions of JModelAdmin::checkin]]
 +
{{SeeAlso:JModelAdmin::checkin}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JModelAdmin::checkin|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JModelAdmin::checkin|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JModelAdmin/11.1|JModelAdmin]]
+
===User contributed notes===
* [[JModelAdmin::checkin|Other versions of this method]]
 
{{SeeAlso:JModelAdmin::checkin}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 47: Line 44:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JModelAdmin]][[Category:JModelAdmin::checkin]]</noinclude>
 
<noinclude>[[Category:JModelAdmin]][[Category:JModelAdmin::checkin]]</noinclude>

Revision as of 21:23, 27 April 2011

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 JModelAdmin::checkin[edit]

Description[edit]

Method override to check-in a record or an array of record.

Template:Description:JModelAdmin::checkin [Edit Descripton]

public function checkin ($pks=array())
Parameter Type Default Description
$pks array array() The ID of the primary key or an array of IDs
  • Returns mixed Boolean false if there is an error, otherwise the count of records checked in.
  • Defined on line 146 of libraries/joomla/application/component/modeladmin.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JModelAdmin::checkin [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />