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

setPhone() public method

Sets the phone number for this distributor.
public setPhone ( string $phone )
$phone string The phone number of this distributor
    public function setPhone($phone)
    {
        $this->phone = $phone;
    }