Class OnpubAuthor

Description

An author.

Located in /OnpubAuthor.php (line 14)


	
			
Variable Summary
Method Summary
OnpubAuthor __construct ()
DateTime getCreated ()
DateTime getModified ()
void setCreated ( $created)
void setModified ( $modified)
Variables
string $displayAs (line 45)

Author's display name. Default is an empty string.

  • access: public
string $familyName (line 39)

Author's family name. Default is an empty string.

  • access: public
string $givenNames (line 33)

Author's given names. Default is an empty string.

  • access: public
int $ID (line 21)

Author ID. Default is NULL.

  • access: public
OnpubImage $image (line 53)

Author image. Default is NULL.

  • access: public
int $imageID (line 27)

Image ID. Default is NULL.

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

Get this author's creation date.

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

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

Get this author's last modification date.

By default, returns the date at the time this method was called for the first time. Call OnpubAuthor::setModified() to explicitly set this author'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:12 -0400 by phpDocumentor 1.4.2