phpDocumentor php-ui-winbinder
[ class tree: php-ui-winbinder ] [ index: php-ui-winbinder ] [ all elements ]

Class: WBData

Source Location: /php/ui/winbinder/WBData.php

Class WBData

Class Overview

WBData class

Located in /php/ui/winbinder/WBData.php [line 15]

Data
   |
   --WBData

Methods

[ Top ]
Method Summary
WBData   __construct()  
array   getRow()   getRow() method override
void   setFormatter()  
void   setHeader()  

[ Top ]
Methods
Constructor __construct  [line 19]

  WBData __construct( [ $options = array()]  )

Parameters:
   $options: 

API Tags:
Access:  public


[ Top ]
getRow  [line 55]

  array getRow( $index, [ $hasKey = false]  )

getRow() method override

  1.  // Data.getRow()
  2.  $arr $data->getRow(0);
  3.  print_r($arr);   // array('key' => 'value', 'key' => 'value', ...);
  4.  
  5.  // WBData.getRow()
  6.  $arr $data->getRow(0);
  7.  print_r($arr);   array('value''value''value'....);

Parameters:
   $index: 
   $hasKey: 

API Tags:
Access:  public


[ Top ]
setFormatter  [line 36]

  void setFormatter( $formatter  )

Parameters:
   $formatter: 

API Tags:
Access:  public


[ Top ]
setHeader  [line 32]

  void setHeader( $header  )

Parameters:
   $header: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Wed, 09 Dec 2009 10:48:49 +0900 by phpDocumentor 1.4.3