Property | Type | Description | |
---|---|---|---|
$account | string | main account. | |
$accountContacts | Doctrine\Common\Collections\Collection | ||
$addresses | string | main account. | |
$avatar | Sulu\Bundle\MediaBundle\Entity\MediaInterface | ||
$bankAccounts | Doctrine\Common\Collections\Collection | ||
$birthday | DateTime | ||
$categories | Doctrine\Common\Collections\Collection | ||
$changed | DateTime | ||
$changer | Sulu\Component\Security\Authentication\UserInterface | ||
$contactAddresses | Doctrine\Common\Collections\Collection | ||
$created | DateTime | ||
$creator | Sulu\Component\Security\Authentication\UserInterface | ||
$emails | Doctrine\Common\Collections\Collection | ||
$faxes | Doctrine\Common\Collections\Collection | ||
$firstName | string | ||
$formOfAddress | integer | ||
$gender | string | ||
$id | integer | ||
$lastName | string | ||
$locales | Doctrine\Common\Collections\Collection | ||
$mainEmail | string | ||
$mainFax | string | ||
$mainPhone | string | ||
$mainUrl | string | ||
$medias | Doctrine\Common\Collections\Collection | ||
$middleName | string | ||
$newsletter | boolean | ||
$notes | Doctrine\Common\Collections\Collection | ||
$phones | Doctrine\Common\Collections\Collection | ||
$position | string | ||
$salutation | string | ||
$tags | Doctrine\Common\Collections\Collection | ||
$title | string | ||
$urls | Doctrine\Common\Collections\Collection |
Method | Description | |
---|---|---|
__construct ( ) | Constructor. | |
addAccountContact ( |
||
addBankAccount ( |
||
addCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category ) | ||
addContactAddress ( |
||
addEmail ( |
||
addFax ( |
||
addLocale ( |
||
addMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) | ||
addNote ( |
||
addPhone ( |
||
addTag ( |
||
addUrl ( |
||
getAccountContacts ( ) | ||
getAddresses ( ) | ||
getAvatar ( ) | ||
getBankAccounts ( ) | ||
getBirthday ( ) | ||
getCategories ( ) | ||
getChanged ( ) | ||
getChanger ( ) | ||
getContactAddresses ( ) | ||
getCreated ( ) | ||
getCreator ( ) | ||
getEmails ( ) | ||
getFaxes ( ) | ||
getFirstName ( ) | ||
getFormOfAddress ( ) | ||
getFullName ( ) : string | ||
getGender ( ) | ||
getId ( ) | ||
getLastName ( ) | ||
getLocales ( ) | ||
getMainAccount ( ) | ||
getMainAddress ( ) | ||
getMainEmail ( ) | ||
getMainFax ( ) | ||
getMainPhone ( ) | ||
getMainUrl ( ) | ||
getMedias ( ) | ||
getMiddleName ( ) | ||
getNewsletter ( ) | ||
getNotes ( ) | ||
getPhones ( ) | ||
getPosition ( ) | ||
getSalutation ( ) | ||
getTagNameArray ( ) | ||
getTags ( ) | ||
getTitle ( ) | ||
getUrls ( ) | ||
removeAccountContact ( |
||
removeBankAccount ( |
||
removeCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category ) | ||
removeContactAddress ( |
||
removeEmail ( |
||
removeFax ( |
||
removeLocale ( |
||
removeMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) | ||
removeNote ( |
||
removePhone ( |
||
removeTag ( |
||
removeUrl ( |
||
setAvatar ( $avatar ) | ||
setBirthday ( $birthday ) | ||
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : |
Set changer. | |
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : |
Set creator. | |
setCurrentPosition ( $position ) | Sets position variable. | |
setFirstName ( $firstName ) | ||
setFormOfAddress ( $formOfAddress ) | ||
setGender ( $gender ) | ||
setLastName ( $lastName ) | ||
setMainEmail ( $mainEmail ) | ||
setMainFax ( $mainFax ) | ||
setMainPhone ( $mainPhone ) | ||
setMainUrl ( $mainUrl ) | ||
setMiddleName ( $middleName ) | ||
setNewsletter ( $newsletter ) | ||
setPosition ( $position ) | ||
setSalutation ( $salutation ) | ||
setTitle ( $title ) | ||
toArray ( ) : array |
Method | Description | |
---|---|---|
getMainAccountContact ( ) | Returns main account contact. |
public addAccountContact ( |
||
$accountContact |
public addBankAccount ( |
||
$bankAccount |
public addCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category ) | ||
$category | Sulu\Bundle\CategoryBundle\Entity\CategoryInterface |
public addContactAddress ( |
||
$contactAddress |
public addMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) | ||
$media | Sulu\Bundle\MediaBundle\Entity\MediaInterface |
protected getMainAccountContact ( ) |
public removeAccountContact ( |
||
$accountContact |
public removeBankAccount ( |
||
$bankAccounts |
public removeCategory ( Sulu\Bundle\CategoryBundle\Entity\CategoryInterface $category ) | ||
$category | Sulu\Bundle\CategoryBundle\Entity\CategoryInterface |
public removeContactAddress ( |
||
$contactAddress |
public removeMedia ( Sulu\Bundle\MediaBundle\Entity\MediaInterface $media ) | ||
$media | Sulu\Bundle\MediaBundle\Entity\MediaInterface |
public setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer = null ) : |
||
$changer | Sulu\Component\Security\Authentication\UserInterface | |
return |
public setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator = null ) : |
||
$creator | Sulu\Component\Security\Authentication\UserInterface | |
return |
public setCurrentPosition ( $position ) | ||
$position |
protected Collection,Doctrine\Common\Collections $accountContacts | ||
return | Doctrine\Common\Collections\Collection |
protected MediaInterface,Sulu\Bundle\MediaBundle\Entity $avatar | ||
return | Sulu\Bundle\MediaBundle\Entity\MediaInterface |
protected Collection,Doctrine\Common\Collections $bankAccounts | ||
return | Doctrine\Common\Collections\Collection |
protected Collection,Doctrine\Common\Collections $categories | ||
return | Doctrine\Common\Collections\Collection |
protected UserInterface,Sulu\Component\Security\Authentication $changer | ||
return | Sulu\Component\Security\Authentication\UserInterface |
protected Collection,Doctrine\Common\Collections $contactAddresses | ||
return | Doctrine\Common\Collections\Collection |
protected UserInterface,Sulu\Component\Security\Authentication $creator | ||
return | Sulu\Component\Security\Authentication\UserInterface |
protected Collection,Doctrine\Common\Collections $emails | ||
return | Doctrine\Common\Collections\Collection |
protected Collection,Doctrine\Common\Collections $faxes | ||
return | Doctrine\Common\Collections\Collection |
protected Collection,Doctrine\Common\Collections $locales | ||
return | Doctrine\Common\Collections\Collection |
protected Collection,Doctrine\Common\Collections $medias | ||
return | Doctrine\Common\Collections\Collection |
protected Collection,Doctrine\Common\Collections $notes | ||
return | Doctrine\Common\Collections\Collection |
protected Collection,Doctrine\Common\Collections $phones | ||
return | Doctrine\Common\Collections\Collection |
protected Collection,Doctrine\Common\Collections $tags | ||
return | Doctrine\Common\Collections\Collection |