PHP Class Sulu\Bundle\ContactBundle\Entity\Fax

Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
addAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) : Fax Add accounts.
addContact ( Sulu\Component\Contact\Model\ContactInterface $contacts ) : Fax Add contacts.
getAccounts ( ) : Doctrine\Common\Collections\Collection Get accounts.
getContacts ( ) : Doctrine\Common\Collections\Collection Get contacts.
getFax ( ) : string Get fax.
getFaxType ( ) : FaxType Get faxType.
getId ( ) : integer Get id.
removeAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) Remove accounts.
removeContact ( Sulu\Component\Contact\Model\ContactInterface $contacts ) Remove contacts.
setFax ( string $fax ) : Fax Set fax.
setFaxType ( FaxType $faxType ) : Fax Set faxType.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

addAccount() public méthode

Add accounts.
public addAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) : Fax
$account Sulu\Bundle\ContactBundle\Entity\AccountInterface
Résultat Fax

addContact() public méthode

Add contacts.
public addContact ( Sulu\Component\Contact\Model\ContactInterface $contacts ) : Fax
$contacts Sulu\Component\Contact\Model\ContactInterface
Résultat Fax

getAccounts() public méthode

Get accounts.
public getAccounts ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getContacts() public méthode

Get contacts.
public getContacts ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getFax() public méthode

Get fax.
public getFax ( ) : string
Résultat string

getFaxType() public méthode

Get faxType.
public getFaxType ( ) : FaxType
Résultat FaxType

getId() public méthode

Get id.
public getId ( ) : integer
Résultat integer

removeAccount() public méthode

Remove accounts.
public removeAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account )
$account Sulu\Bundle\ContactBundle\Entity\AccountInterface

removeContact() public méthode

Remove contacts.
public removeContact ( Sulu\Component\Contact\Model\ContactInterface $contacts )
$contacts Sulu\Component\Contact\Model\ContactInterface

setFax() public méthode

Set fax.
public setFax ( string $fax ) : Fax
$fax string
Résultat Fax

setFaxType() public méthode

Set faxType.
public setFaxType ( FaxType $faxType ) : Fax
$faxType FaxType
Résultat Fax