Test/PHPUnit/Db/DataSet/DbTable.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Test  
Subpackage
PHPUnit  
Version
$Id$  

\Zend_Test_PHPUnit_Db_DataSet_DbTable

Package: Zend_Test\PHPUnit
Use a Zend_Db_Table for assertions with other PHPUnit Database Extension table types.
Parent(s)
\PHPUnit_Extensions_Database_DataSet_QueryTable
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Uses
 

Properties

>VPropertyprotectedarray $_columns = array()
Default valuearray()Details
Type
array
>VPropertyprotectedstring $_count = null
Default valuenullDetails
Type
string
>VPropertyprotectedint $_offset = null
Default valuenullDetails
Type
int
>VPropertyprotectedstring $_orderBy = null
Default valuenullDetails
Type
string
>VPropertyprotected\Zend_Db_Table_Abstract $_table = null
Zend_Db_Table object
Default valuenullDetails
Type
\Zend_Db_Table_Abstract
>VPropertyprotectedstring $_where = null
Default valuenullDetails
Type
string

Methods

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

Construct Dataset Table from Zend_Db_Table object

Parameters
NameTypeDescription
$table\Zend_Db_Table_Abstract
$wherestring | \Zend_Db_Select | null
$orderstring | null
$countint
$offsetint
methodprotectedcreateTableMetaData() : void

Create Table Metadata object

methodprotectedloadData() : void

Lazy load data via table fetchAll() method.

Documentation was generated by phpDocumentor 2.2.0 .