Sulu\Bundle\ContactBundle\Entity\Fax::getAccounts PHP 메소드

getAccounts() 공개 메소드

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