Class vo

Description

StockManiac Value Object Interface

All value object classes inherit the constructor as well as generic functionality from here. Normaly it is not necessary to instantiate directly from this class. Its not that useful.

Located in /lib/vo.class.php (line 41)


	
			
Direct descendents
Class Description
 class vo_order value object for table order
 class vo_document value object for table document
 class vo_news value object for table news
 class vo_news_assign value object for table news_assign
 class vo_quoterecord_rule value object for table quoterecord_rule
 class vo_position_revision value object for table position_revision
 class vo_position value object for table position
 class vo_quote value object for table quote
 class vo_stock_quotesource value object for table stock_quotesource
 class vo_quoterecord_threshold value object for table quoterecord_threshold
 class vo_stock value object for table stock
 class vo_quoterecord value object for table quoterecord
 class vo_dividend value object for table dividend
 class vo_setting value object for table setting
 class vo_user value object for table user
 class vo_comment value object for table comment
 class vo_stock_symbolextension value object for table stock_symbolextension
 class vo_split value object for table split
 class vo_Version value object for table Version
 class vo_document_assign value object for table document_assign
 class vo_portfolio value object for table portfolio
 class vo_news_item value object for table news_item
 class vo_news_feed value object for table news_feed
 class vo_timetag value object for table timetag
 class vo_figure_data value object for table figure_data
 class vo_news_read value object for table news_read
 class vo_figure_var value object for table figure_var
 class vo_access value object for table access
 class vo_document_data value object for table document_data
Method Summary
 vo __construct ([ $record = false])
Methods
Constructor __construct (line 58)

fills $this object`s properties with data from $record.

If $record is not given the object will have all properties defined with default values.

ATTENTION: the constructor will die hard if the fieldnames in $record do not match with the pre-defined properties. As a consequence all code that depends on a specific table will fail (ie. during unit tests) in case the underlying table and/or query has been modified.

  • var: array
  • access: protected
vo __construct ([ $record = false])
  • $record

Redefined in descendants as:

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