Class vo_news_item

Description

value object for table news_item

Located in /lib/vo_news_item.class.php (line 32)

vo
   |
   --vo_news_item
Direct descendents
Class Description
 class dao_news_item data access object for table news_item
Variable Summary
 text(None) $description
 int(11) $fetched
 int(11) $id
 varchar(255) $identifier
 enum('md5') $identifier_method
 int(11) $id_news_feed
 varchar(255) $link
 varchar(50) $pubDate
 varchar(255) $title
Method Summary
 void get_primary_key ()
 void identifier_methodCheck ( $value)
 void store ()
Variables
text(None) $description = '' (line 79)
  • access: public
int(11) $fetched = 0 (line 61)
  • access: public
int(11) $id = 0 (line 37)
  • access: public
varchar(255) $identifier = '' (line 49)
  • access: public
enum('md5') $identifier_method = false (line 55)
  • access: public
int(11) $id_news_feed = 0 (line 43)
  • access: public
varchar(255) $link = '' (line 73)
  • access: public
varchar(50) $pubDate = '' (line 85)
  • access: public
varchar(255) $title = '' (line 67)
  • access: public
Methods
get_primary_key (line 133)

returns the primary key value for this record

  • access: public
void get_primary_key ()
identifier_methodCheck (line 138)
  • access: public
void identifier_methodCheck ( $value)
  • $value
store (line 93)

returns SQL INSERT/UPDATE statement for this record

  • access: public
void store ()

Inherited Methods

Inherited From vo

 vo::__construct()

Documentation generated on Sun, 22 Aug 2010 11:20:29 +0200 by phpDocumentor 1.4.3