Class OnpubWebsite

Description

A website.

Located in /OnpubWebsite.php (line 13)


	
			
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 (DateTime $created)
void setModified (DateTime $modified)
Variables
array $articles (line 64)

Website articles. Default is an empty array.

  • access: public
int $ID (line 20)

Website ID. Default is NULL.

  • access: public
OnpubImage $image (line 70)

Website image. Default is NULL.

  • access: public
int $imageID (line 26)

Image ID. Default is NULL.

  • access: public
string $imagesDirectory (line 50)

Images directory. Default is an empty string.

  • access: public
string $imagesURL (line 44)

Images URL. Default is an empty string.

  • access: public
string $name (line 32)

Website name. Default is an empty string.

  • access: public
array $sections (line 58)

Website sections. Default is an empty array.

  • access: public
string $url (line 38)

Website URL. Default is an empty string.

  • access: public
Methods
Constructor __construct (line 72)
OnpubWebsite __construct ()
getCreated (line 96)

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 122)

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 108)
  • access: public
void setCreated (DateTime $created)
  • DateTime $created
setModified (line 134)
  • access: public
void setModified (DateTime $modified)
  • DateTime $modified

Documentation generated on Fri, 08 Feb 2013 04:02:24 -0500 by phpDocumentor 1.4.4