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

getStreet() public method

Get Street
public getStreet ( ) : string
return string
    public function getStreet()
    {
        return $this->street;
    }