コード例 #1
0
ファイル: Hydrate.php プロジェクト: snouhaud/camptocamp.org
 /**
  * @return string                   returns a string representation of this object
  */
 public function __toString()
 {
     return Doctrine_Lib::formatSql($this->getQuery());
 }