Bravo3\Orm\Drivers\Common\Ref::__toString PHP Method

__toString() public method

Get the ref in string form
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->getSourceClass() . self::REF_DELIMITER . $this->getEntityId() . self::REF_DELIMITER . $this->getRelationshipName();
    }