API Documentation

Test/PHPUnit/Db/DataSet/DbTable.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Test
subpackage
PHPUnit
version
$Id: DbTable.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Test_PHPUnit_Db_DataSet_DbTable

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Test_PHPUnit_Db_DataSet_DbTable

Extends from
PHPUnit_Extensions_Database_DataSet_QueryTable
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Test
subpackage
PHPUnit
uses
PHPUnit_Extensions_Database_DataSet_QueryTable
Properties
$_table
$_columns
$_where
$_orderBy
$_count
$_offset
Methods
__construct
loadData
createTableMetaData

Description

Use a Zend_Db_Table for assertions with other PHPUnit Database Extension table types.

Properties

$_columns

array $_columns = 'array'

Details

$_columns
array
visibility
protected
default
array
final
false
static
false

$_count

string $_count = 'null'

Details

$_count
string
visibility
protected
default
null
final
false
static
false

$_offset

int $_offset = 'null'

Details

$_offset
int
visibility
protected
default
null
final
false
static
false

$_orderBy

string $_orderBy = 'null'

Details

$_orderBy
string
visibility
protected
default
null
final
false
static
false

$_table

Zend_Db_Table_Abstract $_table = 'null'

Zend_Db_Table object

Details

$_table
Zend_Db_Table_Abstract
visibility
protected
default
null
final
false
static
false

$_where

string $_where = 'null'

Details

$_where
string
visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct( Zend_Db_Table_Abstract $table, string|Zend_Db_Select|null $where = null, string|null $order = null, int $count = null, int $offset = null ) :

Construct Dataset Table from Zend_Db_Table object

Arguments
$table
Zend_Db_Table_Abstract
$where
stringZend_Db_Selectnull
$order
stringnull
$count
int
$offset
int
Details
visibility
public
final
false
static
false

createTableMetaData

createTableMetaData( ) :

Create Table Metadata object

Details
visibility
protected
final
false
static
false

loadData

loadData( ) : void

Lazy load data via table fetchAll() method.

Details
visibility
protected
final
false
static
false
Documentation was generated by DocBlox.