API17

Difference between revisions of "JUserHelper::activateUser"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 30: Line 30:
 
boolean True on success
 
boolean True on success
 
===Defined in===
 
===Defined in===
libraries/joomla/user/helper.php
+
libraries/joomla/user/helper.php (line 223)
 +
* see source code in [[jplatform:user/helper.php#cl-223|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 21:31, 23 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 JUserHelper::activateUser[edit]

Description[edit]

Method to activate a user.

Template:Description:JUserHelper::activateUser [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JUserHelper::activateUser ($activation)
Parameter Type Default Description
$activation string Activation string

Returns[edit]

boolean True on success

Defined in[edit]

libraries/joomla/user/helper.php (line 223)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JUserHelper::activateUser

Examples[edit]

<CodeExamplesForm />