This commit is contained in:
parent
e21562b057
commit
16fad08f01
@ -105,6 +105,8 @@ abstract class Doctrine_Hydrate extends Doctrine_Access {
|
||||
abstract public function getQuery();
|
||||
/**
|
||||
* limitSubqueryUsed
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
public function isLimitSubqueryUsed() {
|
||||
return false;
|
||||
@ -153,6 +155,8 @@ abstract class Doctrine_Hydrate extends Doctrine_Access {
|
||||
$this->tableAliases = array();
|
||||
}
|
||||
/**
|
||||
* getConnection
|
||||
*
|
||||
* @return Doctrine_Connection
|
||||
*/
|
||||
public function getConnection() {
|
||||
|
Loading…
Reference in New Issue
Block a user