Class: Doctrine_Adapter_Mock
Source Location: /Doctrine/Adapter/Mock.phpClass Doctrine_Adapter_Mock
Class Overview
Implements interfaces:
Doctrine_Adapter_Mock This class is used for special testing purposes. Located in /Doctrine/Adapter/Mock.php [line 34] Author(s):
|
[ Top ]
Property Summary
Method Summary
Doctrine_Adapter_Mock | __construct() | |
void | addQuery() | |
void | beginTransaction() | |
void | commit() | |
void | count() | |
void | errorCode() | |
void | errorInfo() | |
void | exec() | |
void | forceException() | |
void | forceLastInsertIdFail() | |
void | getAll() | |
void | getAttribute() | |
void | getName() | |
void | lastInsertId() | |
void | pop() | |
void | prepare() | |
void | query() | |
void | quote() | |
void | rollBack() | |
void | setAttribute() | |
void | sqliteCreateFunction() |
[ Top ]
Properties
Methods
Constructor __construct [line 44]
|
$name: |
API Tags:
Access: | public |
[ Top ]
beginTransaction [line 135]
|
API Tags:
Access: | public |
Implementation of:
[ Top ]
exec [line 98]
|
$statement: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
forceException [line 56]
|
$name: | ||
$message: | ||
$code: |
API Tags:
Access: | public |
[ Top ]
forceLastInsertIdFail [line 114]
|
$fail: |
API Tags:
Access: | public |
[ Top ]
getAttribute [line 151]
|
$attribute: |
API Tags:
Access: | public |
[ Top ]
prepare [line 60]
|
$query: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
query [line 71]
|
$query: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
quote [line 94]
|
$input: |
API Tags:
Access: | public |
Implementation of:
[ Top ]
setAttribute [line 156]
|
$attribute: | ||
$value: |
API Tags:
Access: | public |
[ Top ]