API17

Difference between revisions of "JTable::isCheckedOut"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JTable::isCheckedOut|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JTable::isCheckedOut|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JTable::isCheckedOut ($with=0, $against=null)
+
public function isCheckedOut (
 +
        $with=0
 +
        $against=null
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 885 of libraries/joomla/database/table.php
===Defined in===
 
libraries/joomla/database/table.php (line 885)
 
* see source code in [[jplatform:database/table.php#cl-885|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JTable::isCheckedOut source code''' on [[jplatform:database/table.php#cl-877|BitBucket]]
 +
* {{JVer|11.1}} Class [[JTable/11.1|JTable]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
 +
* [[JTable::isCheckedOut|Other versions of JTable::isCheckedOut]]
 +
{{SeeAlso:JTable::isCheckedOut}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JTable::isCheckedOut|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JTable::isCheckedOut|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JTable/11.1|JTable]]
+
===User contributed notes===
* [[JTable::isCheckedOut|Other versions of this method]]
 
{{SeeAlso:JTable::isCheckedOut}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 51: Line 51:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JTable]][[Category:JTable::isCheckedOut]]</noinclude>
 
<noinclude>[[Category:JTable]][[Category:JTable::isCheckedOut]]</noinclude>

Revision as of 21:46, 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 JTable::isCheckedOut[edit]

Description[edit]

TODO: This either needs to be static or not.

Template:Description:JTable::isCheckedOut [Edit Descripton]

public function isCheckedOut (
        $with=0
        $against=null
)
Parameter Type Default Description
$with 0
$against null
  • Returns
  • Defined on line 885 of libraries/joomla/database/table.php

See also[edit]

Template:SeeAlso:JTable::isCheckedOut [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />