[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/components/com_user/models/ -> remind.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: remind.php 14401 2010-01-26 14:10:00Z louis $
File Size: 109 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

UserModelRemind:: (2 methods):
  remindUsername()
  _sendReminderMail()


Class: UserModelRemind  - X-Ref

User Component Remind Model

remindUsername($email)   X-Ref
Takes a user supplied e-mail address, looks
it up in the database to find the username
and then e-mails the username to the e-mail
address given.

param: string    E-mail address
return: bool    True on success/false on failure

_sendReminderMail($email, $username)   X-Ref
Sends a username reminder to the e-mail address
specified containing the specified username.

param: string    A user's e-mail address
param: string    A user's username
return: bool    True on success/false on failure



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1