Class JUserHelper

Description

Helper class for the JUser class. Performs various tasks in correlation with the JUser class that don't logically fit inside the JUser object

Located in /application/user/user.php (line 512)


	
			
Method Summary
 boolean activate (string $activation)
 boolean block (int $id)
 boolean unblock (int $id)
Methods
activate (line 521)

Method to activate a user

  • return: True on success
  • since: 1.1
boolean activate (string $activation)
  • string $activation: Activation string
block (line 576)

Method to block a user

  • return: True on success
  • since: 1.1
boolean block (int $id)
  • int $id: User id to block
unblock (line 613)

Method to unblock a user

  • return: True on success
  • since: 1.1
boolean unblock (int $id)
  • int $id: User id to unblock

Documentation generated on Sat, 4 Feb 2006 14:27:41 +0100 by phpDocumentor 1.3.0RC4