1
0
mirror of synced 2024-12-13 22:56:04 +03:00
This commit is contained in:
zYne 2007-05-15 15:33:18 +00:00
parent a87e418354
commit db08423507

View File

@ -50,6 +50,7 @@ abstract class Doctrine_Query_Part
{ {
return $this->query; return $this->query;
} }
/**
public function parse($dql, $append = false) public function parse($dql, $append = false)
{ {
$e = explode(' ', __CLASS__); $e = explode(' ', __CLASS__);
@ -58,4 +59,5 @@ abstract class Doctrine_Query_Part
$this->query->addDqlPart($name, $dql); $this->query->addDqlPart($name, $dql);
$this->_parse($dql); $this->_parse($dql);
} }
*/
} }