Class OnpubSection

Description

A section.

Located in /OnpubSection.php (line 13)


	
			
Variable Summary
Method Summary
OnpubSection __construct ()
DateTime getCreated ()
DateTime getModified ()
void setCreated (DateTime $created)
void setModified (DateTime $modified)
Variables
array $articles (line 58)

Section articles. Default is an empty array.

  • access: public
int $ID (line 20)

Section ID. Default is NULL.

  • access: public
OnpubImage $image (line 70)

Section image. Default is NULL.

  • access: public
int $imageID (line 26)

Image ID. Default is NULL.

  • access: public
string $name (line 44)

Section name. Default is an empty string.

  • access: public
OnpubSection $parent (line 76)

Parent section. Default is NULL.

  • access: public
int $parentID (line 38)

Parent section ID. Default is NULL.

  • access: public
array $sections (line 64)

Section sections. Default is an empty array.

  • access: public
string $url (line 50)

Section URL. Default is an empty string.

  • access: public
int $websiteID (line 32)

Website ID. Default is NULL.

  • access: public
Methods
Constructor __construct (line 78)
OnpubSection __construct ()
getCreated (line 103)

Get this section's creation date.

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

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

Get this section's last modification date.

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

  • access: public
DateTime getModified ()
setCreated (line 115)
  • access: public
void setCreated (DateTime $created)
  • DateTime $created
setModified (line 141)
  • access: public
void setModified (DateTime $modified)
  • DateTime $modified

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