예제 #1
0
파일: Table.php 프로젝트: mediasadc/alba
 /**
  * returns a string representation of this object
  *
  * @return string
  */
 public function __toString()
 {
     return Doctrine_Lib::getTableAsString($this);
 }