Class OnpubAAMap

Description

An article-author map.

Located in /OnpubAAMap.php (line 13)


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

Article ID. Default is NULL.

  • access: public
int $authorID (line 32)

Author ID. Default is NULL.

  • access: public
int $ID (line 20)

Article-author map ID. Default is NULL.

  • access: public
Methods
Constructor __construct (line 36)
OnpubAAMap __construct ()
getCreated (line 54)

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

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

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