Class NarutoUser

Description

This class defines the forum user object.

Located in /classes/narutoUser.php (line 18)

NarutoDO
   |
   --NarutoUser
Method Summary
NarutoUser NarutoUser (string $id, string $name, string $url)
string getEmail ()
void setEmail (string $email)
Methods
Constructor NarutoUser (line 28)

Contructor.

  • access: public
NarutoUser NarutoUser (string $id, string $name, string $url)
  • string $id: the id.
  • string $name: the name.
  • string $url: the HTTP url.
getEmail (line 39)

Get the email.

  • return: the email.
  • access: public
string getEmail ()
setEmail (line 49)

Set the email.

  • access: public
void setEmail (string $email)
  • string $email: the email.

Inherited Methods

Inherited From NarutoDO

NarutoDO::NarutoDO()
NarutoDO::clearAttributes()
NarutoDO::getAttribute()
NarutoDO::getAttributes()
NarutoDO::getId()
NarutoDO::getName()
NarutoDO::getUrl()
NarutoDO::setAttribute()
NarutoDO::setAttributes()
NarutoDO::setId()
NarutoDO::setName()
NarutoDO::setUrl()

Documentation generated on Sun, 26 Oct 2008 16:41:18 -0400 by phpDocumentor 1.4.2