Commit 16fad08f authored by zYne's avatar zYne

--no commit message

--no commit message
parent e21562b0
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment