Class OnpubSAMap

Description

A section-article map.

Located in /OnpubSAMap.php (line 13)


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

Article ID. Default is NULL.

  • access: public
int $ID (line 20)

Section-article map ID. Default is NULL.

  • access: public
int $sectionID (line 26)

Section ID. Default is NULL.

  • access: public
Methods
Constructor __construct (line 36)
OnpubSAMap __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 OnpubSAMap::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 OnpubSAMap::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:21 -0500 by phpDocumentor 1.4.4