Class vo_portfolio

Description

value object for table portfolio

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

vo
   |
   --vo_portfolio
Direct descendents
Class Description
 class dao_portfolio data access object for table portfolio
Variable Summary
 text(None) $comment
 int(11) $date_created
 int(11) $id
 int(11) $id_user
 varchar(255) $name
 tinyint(4) $order
 float(None) $taxallowance
 enum('Portfolio') $type
Method Summary
 void get_primary_key ()
 void store ()
 void typeCheck ( $value)
Variables
text(None) $comment = '' (line 79)
  • access: public
int(11) $date_created = 0 (line 61)
  • access: public
int(11) $id = 0 (line 37)
  • access: public
int(11) $id_user = 0 (line 43)
  • access: public
varchar(255) $name = '' (line 49)
  • access: public
tinyint(4) $order = 0 (line 73)
  • access: public
float(None) $taxallowance = 0.000000 (line 67)
  • access: public
enum('Portfolio') $type = false (line 55)
  • access: public
Methods
get_primary_key (line 124)

returns the primary key value for this record

  • access: public
void get_primary_key ()
store (line 87)

returns SQL INSERT/UPDATE statement for this record

  • access: public
void store ()
typeCheck (line 129)
  • access: public
void typeCheck ( $value)
  • $value

Inherited Methods

Inherited From vo

 vo::__construct()

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