コード例 #1
0
ファイル: Table.php プロジェクト: mediasadc/alba
 /**
  * returns a string representation of this object
  *
  * @return string
  */
 public function __toString()
 {
     return Doctrine_Lib::getTableAsString($this);
 }