MockIDBTable Class Reference
[Simpletest]
Inheritance diagram for MockIDBTable:
Public Member Functions |
|
__construct ($name= 'table', $alias= 'alias') |
Detailed Description
A mock for a DBTable.
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:
- gyro/modules/simpletest/model/base/dbtable.mock.cls.php