This commit is contained in:
parent
e3e001efbc
commit
775e861f1e
@ -1554,11 +1554,15 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
|
||||
public function deleteNode() {
|
||||
$this->getNode()->delete();
|
||||
}
|
||||
public function toString()
|
||||
{
|
||||
return Doctrine::dump(get_object_vars($this));
|
||||
}
|
||||
/**
|
||||
* returns a string representation of this object
|
||||
*/
|
||||
public function __toString()
|
||||
{
|
||||
return Doctrine_Lib::getRecordAsString($this);
|
||||
return (string) $this->_oid;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user