Bravo3\Orm\Tests\Entities\OneToOne\Address::__toString PHP Method

__toString() public method

public __toString ( )
    function __toString()
    {
        return (string) $this->getId();
    }