Метод | Описание | |
---|---|---|
__construct ( ) | Constructor. | |
addAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) : |
Add accounts. | |
addContact ( Sulu\Component\Contact\Model\ContactInterface $contacts ) : |
Add contacts. | |
getAccounts ( ) : Doctrine\Common\Collections\Collection | Get accounts. | |
getContacts ( ) : Doctrine\Common\Collections\Collection | Get contacts. | |
getEmail ( ) : string | Get email. | |
getEmailType ( ) : |
Get emailType. | |
getId ( ) : integer | Get id. | |
removeAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) | Remove accounts. | |
removeContact ( Sulu\Component\Contact\Model\ContactInterface $contacts ) | Remove contacts. | |
setEmail ( string $email ) : |
Set email. | |
setEmailType ( |
Set emailType. |
public addAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) : |
||
$account | Sulu\Bundle\ContactBundle\Entity\AccountInterface | |
Результат |
public addContact ( Sulu\Component\Contact\Model\ContactInterface $contacts ) : |
||
$contacts | Sulu\Component\Contact\Model\ContactInterface | |
Результат |
public getAccounts ( ) : Doctrine\Common\Collections\Collection | ||
Результат | Doctrine\Common\Collections\Collection |
public getContacts ( ) : Doctrine\Common\Collections\Collection | ||
Результат | Doctrine\Common\Collections\Collection |
public getEmailType ( ) : |
||
Результат |
public removeAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) | ||
$account | Sulu\Bundle\ContactBundle\Entity\AccountInterface |
public removeContact ( Sulu\Component\Contact\Model\ContactInterface $contacts ) | ||
$contacts | Sulu\Component\Contact\Model\ContactInterface |
public setEmailType ( |
||
$emailType | ||
Результат |