Class OnpubSection

Description

A section.

Located in /OnpubSection.php (line 14)


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

Section articles. Default is an empty array.

  • access: public
int $ID (line 21)

Section ID. Default is NULL.

  • access: public
OnpubImage $image (line 71)

Section image. Default is NULL.

  • access: public
int $imageID (line 27)

Image ID. Default is NULL.

  • access: public
string $name (line 45)

Section name. Default is an empty string.

  • access: public
OnpubSection $parent (line 77)

Parent section. Default is NULL.

  • access: public
int $parentID (line 39)

Parent section ID. Default is NULL.

  • access: public
array $sections (line 65)

Section sections. Default is an empty array.

  • access: public
string $url (line 51)

Section URL. Default is an empty string.

  • access: public
int $websiteID (line 33)

Website ID. Default is NULL.

  • access: public
Methods
Constructor __construct (line 79)
OnpubSection __construct ()
getCreated (line 104)

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

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

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