Sulu\Bundle\ContactBundle\Entity\PhoneType::getPhones PHP Method

getPhones() public method

Get phones.
public getPhones ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection
    public function getPhones()
    {
        return $this->phones;
    }