Class OnpubAuthor

Description

An author.

Located in /OnpubAuthor.php (line 13)


	
			
Variable Summary
string $displayAs
string $familyName
string $givenNames
int $ID
int $imageID
string $url
Method Summary
OnpubAuthor __construct ()
DateTime getCreated ()
DateTime getModified ()
void setCreated (DateTime $created)
void setModified (DateTime $modified)
Variables
string $displayAs (line 44)

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

  • access: public
string $familyName (line 38)

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

  • access: public
string $givenNames (line 32)

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

  • access: public
int $ID (line 20)

Author ID. Default is NULL.

  • access: public
OnpubImage $image (line 58)

Author image. Default is NULL.

  • access: public
int $imageID (line 26)

Image ID. Default is NULL.

  • access: public
string $url (line 50)

Author's URL. Default is an empty string.

  • access: public
Methods
Constructor __construct (line 60)
OnpubAuthor __construct ()
getCreated (line 82)

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

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

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