API17

Difference between revisions of "JUser::getTable"

From Joomla! Documentation

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

Revision as of 21:55, 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 JUser::getTable[edit]

Description[edit]

Method to get the user table object.

Template:Description:JUser::getTable [Edit Descripton]

public static function getTable (
        $type=null
        $prefix= 'JTable'
)
Parameter Type Default Description
$type null
$prefix
  • Returns
  • Defined on line 467 of libraries/joomla/user/user.php

See also[edit]

Template:SeeAlso:JUser::getTable [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />