Doctrine_Record::__toString PHP Méthode

__toString() public méthode

magic method
public __toString ( ) : string
Résultat string representation of this object
    public function __toString()
    {
        return (string) $this->_oid;
    }