Sulu\Bundle\ContactBundle\Entity\PhoneType::getPhones PHP 메소드

getPhones() 공개 메소드

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