PartKeepr\DistributorBundle\Entity\Distributor::getAddress PHP Method

getAddress() public method

Returns the address of this distributor.
public getAddress ( ) : string
return string The address of this distributor
    public function getAddress()
    {
        return $this->address;
    }