.

MockIDBTable Class Reference
[Simpletest]

A mock for a DBTable. More...

Inheritance diagram for MockIDBTable:
DBTable IDBTable

List of all members.

Public Member Functions

  __construct ($name= 'table', $alias= 'alias')

Detailed Description

A mock for a DBTable.

Author:
Gerd Riesselmann

Definition at line 8 of file dbtable.mock.cls.php.


Constructor & Destructor Documentation

MockIDBTable::__construct ( name = 'table',
alias = 'alias'  
)

Definition at line 9 of file dbtable.mock.cls.php.

00009                                                                        {
00010                 parent::__construct($name, array(new DBField('column')), array(), array(), array(), new DBDriverMySqlMock());
00011                 $this->alias = $alias;
00012         }

The documentation for this class was generated from the following file: