Method | Description | |
---|---|---|
addAccountContact ( |
Add account contact. | |
addBankAccount ( |
Add bank account. | |
addCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category ) : Sulu\Component\Contact\Model\ContactInterface | Add category. | |
addContactAddress ( |
Add contact address. | |
addEmail ( |
Add email. | |
addFax ( |
Add fax. | |
addLocale ( |
Add locale. | |
addMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) : Sulu\Component\Contact\Model\ContactInterface | Add medias. | |
addNote ( |
Add note. | |
addPhone ( |
Add phone. | |
addTag ( |
Add tag. | |
addUrl ( |
Add url. | |
getAccountContacts ( ) : Doctrine\Common\Collections\Collection | Get account contacts. | |
getAddresses ( ) | Returns addresses. | |
getAvatar ( ) : |
Get the contacts avatar. | |
getBankAccounts ( ) : Doctrine\Common\Collections\Collection | Get bankAccounts. | |
getBirthday ( ) : DateTime | Get birthday. | |
getCategories ( ) : Doctrine\Common\Collections\Collection | Get categories. | |
getContactAddresses ( ) : Doctrine\Common\Collections\Collection | Get contact addresses. | |
getEmails ( ) : Doctrine\Common\Collections\Collection | Get emails. | |
getFaxes ( ) : Doctrine\Common\Collections\Collection | Get faxes. | |
getFirstName ( ) : string | Get first name. | |
getFormOfAddress ( ) : integer | Get form of address. | |
getGender ( ) : string | Get gender. | |
getId ( ) : integer | Get id. | |
getLastName ( ) : string | Get last name. | |
getLocales ( ) : Doctrine\Common\Collections\Collection | Get locales. | |
getMainAccount ( ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface | null | Returns main account. | |
getMainAddress ( ) : mixed | Returns the main address. | |
getMainEmail ( ) : string | Get main email. | |
getMainFax ( ) : string | Get main fax. | |
getMainPhone ( ) : string | Get main phone. | |
getMainUrl ( ) : string | Get main url. | |
getMedias ( ) : Doctrine\Common\Collections\Collection | Get medias. | |
getMiddleName ( ) : string | Get middle name. | |
getNewsletter ( ) : boolean | Get newsletter. | |
getNotes ( ) : Doctrine\Common\Collections\Collection | Get notes. | |
getPhones ( ) : Doctrine\Common\Collections\Collection | Get phones. | |
getPosition ( ) : string | Get position. | |
getSalutation ( ) : string | Get salutation. | |
getTagNameArray ( ) : array | Parse tags to array containing tag names. | |
getTags ( ) : Doctrine\Common\Collections\Collection | Get tags. | |
getTitle ( ) : string | Get title. | |
getUrls ( ) : Doctrine\Common\Collections\Collection | Get urls. | |
removeAccountContact ( |
Remove account contact. | |
removeBankAccount ( |
Remove bank account. | |
removeCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category ) | Remove category. | |
removeContactAddress ( |
Remove contact address. | |
removeEmail ( |
Remove email. | |
removeFax ( |
Remove fax. | |
removeLocale ( |
Remove locale. | |
removeMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) | Remove media. | |
removeNote ( |
Remove note. | |
removePhone ( |
Remove phone. | |
removeTag ( |
Remove tag. | |
removeUrl ( |
Remove url. | |
setAvatar ( |
Sets the avatar for the contact. | |
setBirthday ( DateTime $birthday ) : Sulu\Component\Contact\Model\ContactInterface | Set birthday. | |
setFirstName ( string $firstName ) : Sulu\Component\Contact\Model\ContactInterface | Set first name. | |
setFormOfAddress ( integer $formOfAddress ) : Sulu\Component\Contact\Model\ContactInterface | Set form of address. | |
setGender ( string $gender ) : Sulu\Component\Contact\Model\ContactInterface | Set gender. | |
setLastName ( string $lastName ) : Sulu\Component\Contact\Model\ContactInterface | Set last name. | |
setMainEmail ( string $mainEmail ) : Sulu\Component\Contact\Model\ContactInterface | Set main email. | |
setMainFax ( string $mainFax ) : Sulu\Component\Contact\Model\ContactInterface | Set main fax. | |
setMainPhone ( string $mainPhone ) : Sulu\Component\Contact\Model\ContactInterface | Set main phone. | |
setMainUrl ( string $mainUrl ) : Sulu\Component\Contact\Model\ContactInterface | Set main url. | |
setMiddleName ( string $middleName ) : Sulu\Component\Contact\Model\ContactInterface | Set middle name. | |
setNewsletter ( boolean $newsletter ) : Sulu\Component\Contact\Model\ContactInterface | Set newsletter. | |
setPosition ( string $position ) : Sulu\Component\Contact\Model\ContactInterface | Set position. | |
setSalutation ( string $salutation ) : Sulu\Component\Contact\Model\ContactInterface | Set salutation. | |
setTitle ( object $title ) : Sulu\Component\Contact\Model\ContactInterface | Set title. |
public addAccountContact ( |
||
$accountContact | ||
return | Sulu\Component\Contact\Model\ContactInterface |
public addBankAccount ( |
||
$bankAccount | ||
return | Sulu\Component\Contact\Model\ContactInterface |
public addCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category ) : Sulu\Component\Contact\Model\ContactInterface | ||
$category | Sulu\Bundle\CategoryBundle\Entity\CategoryInterface | |
return | Sulu\Component\Contact\Model\ContactInterface |
public addContactAddress ( |
||
$contactAddress | ||
return | Sulu\Component\Contact\Model\ContactInterface |
public addEmail ( |
||
return | Sulu\Component\Contact\Model\ContactInterface |
public addFax ( |
||
$fax | ||
return | Sulu\Component\Contact\Model\ContactInterface |
public addLocale ( |
||
$locale | ||
return | Sulu\Component\Contact\Model\ContactInterface |
public addMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) : Sulu\Component\Contact\Model\ContactInterface | ||
$media | Sulu\Bundle\MediaBundle\Entity\MediaInterface | |
return | Sulu\Component\Contact\Model\ContactInterface |
public addNote ( |
||
$note | ||
return | Sulu\Component\Contact\Model\ContactInterface |
public addPhone ( |
||
$phone | ||
return | Sulu\Component\Contact\Model\ContactInterface |
public addTag ( |
||
$tag | ||
return | Sulu\Component\Contact\Model\ContactInterface |
public addUrl ( |
||
$url | ||
return | Sulu\Component\Contact\Model\ContactInterface |
public getAccountContacts ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getAvatar ( ) : |
||
return |
public getBankAccounts ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getCategories ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getContactAddresses ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getEmails ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getFaxes ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getFormOfAddress ( ) : integer | ||
return | integer |
public getLocales ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getMainAccount ( ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface | null | ||
return | Sulu\Bundle\ContactBundle\Entity\AccountInterface | null |
public getMainAddress ( ) : mixed | ||
return | mixed |
public getMedias ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getNotes ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getPhones ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getTagNameArray ( ) : array | ||
return | array |
public getTags ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public getUrls ( ) : Doctrine\Common\Collections\Collection | ||
return | Doctrine\Common\Collections\Collection |
public removeAccountContact ( |
||
$accountContact |
public removeBankAccount ( |
||
$bankAccount |
public removeCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category ) | ||
$category | Sulu\Bundle\CategoryBundle\Entity\CategoryInterface |
public removeContactAddress ( |
||
$contactAddress |
public removeEmail ( |
||
public removeFax ( |
||
$fax |
public removeLocale ( |
||
$locale |
public removeMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) | ||
$media | Sulu\Bundle\MediaBundle\Entity\MediaInterface |
public removeNote ( |
||
$note |
public removePhone ( |
||
$phone |
public removeTag ( |
||
$tag |
public removeUrl ( |
||
$url |
public setAvatar ( |
||
$avatar |
public setBirthday ( DateTime $birthday ) : Sulu\Component\Contact\Model\ContactInterface | ||
$birthday | DateTime | |
return | Sulu\Component\Contact\Model\ContactInterface |
public setFirstName ( string $firstName ) : Sulu\Component\Contact\Model\ContactInterface | ||
$firstName | string | |
return | Sulu\Component\Contact\Model\ContactInterface |
public setFormOfAddress ( integer $formOfAddress ) : Sulu\Component\Contact\Model\ContactInterface | ||
$formOfAddress | integer | |
return | Sulu\Component\Contact\Model\ContactInterface |
public setLastName ( string $lastName ) : Sulu\Component\Contact\Model\ContactInterface | ||
$lastName | string | |
return | Sulu\Component\Contact\Model\ContactInterface |
public setMainEmail ( string $mainEmail ) : Sulu\Component\Contact\Model\ContactInterface | ||
$mainEmail | string | |
return | Sulu\Component\Contact\Model\ContactInterface |
public setMainFax ( string $mainFax ) : Sulu\Component\Contact\Model\ContactInterface | ||
$mainFax | string | |
return | Sulu\Component\Contact\Model\ContactInterface |
public setMainPhone ( string $mainPhone ) : Sulu\Component\Contact\Model\ContactInterface | ||
$mainPhone | string | |
return | Sulu\Component\Contact\Model\ContactInterface |
public setMainUrl ( string $mainUrl ) : Sulu\Component\Contact\Model\ContactInterface | ||
$mainUrl | string | |
return | Sulu\Component\Contact\Model\ContactInterface |
public setMiddleName ( string $middleName ) : Sulu\Component\Contact\Model\ContactInterface | ||
$middleName | string | |
return | Sulu\Component\Contact\Model\ContactInterface |
public setNewsletter ( boolean $newsletter ) : Sulu\Component\Contact\Model\ContactInterface | ||
$newsletter | boolean | |
return | Sulu\Component\Contact\Model\ContactInterface |
public setPosition ( string $position ) : Sulu\Component\Contact\Model\ContactInterface | ||
$position | string | |
return | Sulu\Component\Contact\Model\ContactInterface |
public setSalutation ( string $salutation ) : Sulu\Component\Contact\Model\ContactInterface | ||
$salutation | string | |
return | Sulu\Component\Contact\Model\ContactInterface |