Sulu\Bundle\ContactBundle\Entity\AccountAddress::getAccount PHP Method

getAccount() public method

Get account.
public getAccount ( ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
return Sulu\Bundle\ContactBundle\Entity\AccountInterface
    public function getAccount()
    {
        return $this->account;
    }