Class OnpubAAMap

Description

An article-author map.

Located in /OnpubAAMap.php (line 14)


	
			
Variable Summary
int $authorID
int $ID
Method Summary
OnpubAAMap __construct ()
DateTime getCreated ()
DateTime getModified ()
void setCreated ( $created)
void setModified ( $modified)
Variables
int $articleID (line 27)

Article ID. Default is NULL.

  • access: public
int $authorID (line 33)

Author ID. Default is NULL.

  • access: public
int $ID (line 21)

Article-author map ID. Default is NULL.

  • access: public
Methods
Constructor __construct (line 37)
OnpubAAMap __construct ()
getCreated (line 55)

Get this map's creation date.

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

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

Get this map's last modification date.

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

  • access: public
DateTime getModified ()
setCreated (line 67)
  • access: public
void setCreated ( $created)
  • DateTime $created
setModified (line 93)
  • access: public
void setModified ( $modified)
  • DateTime $modified

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