Class NarutoForum

Description

This class encapulates a Forum data object.

Located in /classes/narutoForum.php (line 20)

NarutoDO
   |
   --NarutoForum
Direct descendents
Class Description
NarutoCategory This class encapulates a Category data object. A category is a special type of Forum that only contains sub-forums.
Method Summary
NarutoForum NarutoForum (string $id, string $name, string $url)
string getParentId ()
int getTopicCount ()
void setLastUpdated (int $lastUpdated)
void setParentId (string $parentId)
void setTopicCount (int $topicCount)
Methods
Constructor NarutoForum (line 30)

Contructor.

  • access: public
NarutoForum NarutoForum (string $id, string $name, string $url)
  • string $id: the id.
  • string $name: the name.
  • string $url: the HTTP url.
getLastUpdated (line 82)

Get the elapsed time since last updated.

  • return: seconds since last updated. false, if not set.
  • access: public
int getLastUpdated ()
getParentId (line 42)

Get the parent id.

  • return: the parent id.
  • access: public
string getParentId ()
getTopicCount (line 62)

Get the topic count.

  • return: the topic count. false, if not set.
  • access: public
int getTopicCount ()
setLastUpdated (line 92)

Set the elapsed time since last updated.

  • access: public
void setLastUpdated (int $lastUpdated)
  • int $lastUpdated: the parent id.
setParentId (line 52)

Set the parent id.

  • access: public
void setParentId (string $parentId)
  • string $parentId: the parent id.
setTopicCount (line 72)

Set the topic count.

  • access: public
void setTopicCount (int $topicCount)
  • int $topicCount: the number of topics.

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:14 -0400 by phpDocumentor 1.4.2