Class OnpubWSMap

Description

A website-section map.

Located in /OnpubWSMap.php (line 13)


	
			
Variable Summary
int $ID
Method Summary
OnpubWSMap __construct ()
DateTime getCreated ()
DateTime getModified ()
void setCreated (DateTime $created)
void setModified (DateTime $modified)
Variables
int $ID (line 20)

Website-section map ID. Default is NULL.

  • access: public
int $sectionID (line 32)

Section ID. Default is NULL.

  • access: public
int $websiteID (line 26)

Website ID. Default is NULL.

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