Class vo_stock

Description

value object for table stock

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

vo
   |
   --vo_stock
Direct descendents
Class Description
 class dao_stock data access object for table stock
Variable Summary
 date(None) $annual_meeting
 text(None) $comment
 tinyint(1) $fetch_quote
 int(11) $id
 varchar(255) $name
 varchar(32) $symbol
 varchar(255) $url
Method Summary
 void get_primary_key ()
 void store ()
Variables
date(None) $annual_meeting = false (line 85)
  • access: public
text(None) $comment = '' (line 79)
  • access: public
tinyint(1) $fetch_quote = 0 (line 55)
  • access: public
int(11) $id = 0 (line 37)
  • access: public
int(11) $id_stock_quotesource = 0 (line 43)
  • access: public
int(11) $id_stock_symbolextension = 0 (line 49)
  • access: public
varchar(255) $name = '' (line 67)
  • access: public
varchar(32) $symbol = '' (line 61)
  • access: public
varchar(255) $url = '' (line 73)
  • access: public
Methods
get_primary_key (line 146)

returns the primary key value for this record

  • access: public
void get_primary_key ()
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:30 +0200 by phpDocumentor 1.4.3