Class OnpubImage

Description

An image.

Located in /OnpubImage.php (line 14)


	
			
Variable Summary
Method Summary
OnpubImage __construct ()
DateTime getCreated ()
DateTime getModified ()
void setCreated ( $created)
void setModified ( $modified)
Variables
string $description (line 39)

Image description. Default is an empty string.

  • access: public
string $fileName (line 33)

Image file name. Default is an empty string.

  • access: public
int $ID (line 21)

Image ID. Default is NULL.

  • access: public
string $url (line 45)

Image URL. Default is an empty string.

  • access: public
OnpubWebsite $website (line 53)

Image website. Default is NULL.

  • access: public
int $websiteID (line 27)

Website ID. Default is NULL.

  • access: public
Methods
Constructor __construct (line 55)
OnpubImage __construct ()
getCreated (line 76)

Get this image's creation date.

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

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

Get this image's last modification date.

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

  • access: public
DateTime getModified ()
setCreated (line 88)
  • access: public
void setCreated ( $created)
  • DateTime $created
setModified (line 114)
  • access: public
void setModified ( $modified)
  • DateTime $modified

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