Class OnpubWebsite

Description

A website.

Located in /OnpubWebsite.php (line 14)


	
			
Variable Summary
array $articles
int $ID
int $imageID
string $imagesURL
string $name
array $sections
string $url
Method Summary
OnpubWebsite __construct ()
DateTime getCreated ()
DateTime getModified ()
void setCreated ( $created)
void setModified ( $modified)
Variables
array $articles (line 65)

Website articles. Default is an empty array.

  • access: public
int $ID (line 21)

Website ID. Default is NULL.

  • access: public
OnpubImage $image (line 71)

Website image. Default is NULL.

  • access: public
int $imageID (line 27)

Image ID. Default is NULL.

  • access: public
string $imagesDirectory (line 51)

Images directory. Default is an empty string.

  • access: public
string $imagesURL (line 45)

Images URL. Default is an empty string.

  • access: public
string $name (line 33)

Website name. Default is an empty string.

  • access: public
array $sections (line 59)

Website sections. Default is an empty array.

  • access: public
string $url (line 39)

Website URL. Default is an empty string.

  • access: public
Methods
Constructor __construct (line 73)
OnpubWebsite __construct ()
getCreated (line 97)

Get this website's creation date.

By default, returns the date at the time this method was called for the first time. Call OnpubWebsite::setCreated() to explicitly set this website's creation date.

  • access: public
DateTime getCreated ()
getModified (line 123)

Get this website's last modification date.

By default, returns the date at the time this method was called for the first time. Call OnpubWebsite::setModified() to explicitly set this website's last modification date.

  • access: public
DateTime getModified ()
setCreated (line 109)
  • access: public
void setCreated ( $created)
  • DateTime $created
setModified (line 135)
  • access: public
void setModified ( $modified)
  • DateTime $modified

Documentation generated on Sat, 20 Sep 2008 19:13:28 -0400 by phpDocumentor 1.4.2