PHP 클래스 Sulu\Bundle\ContactBundle\Entity\Fax

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

addAccount() 공개 메소드

Add accounts.
public addAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) : Fax
$account Sulu\Bundle\ContactBundle\Entity\AccountInterface
리턴 Fax

addContact() 공개 메소드

Add contacts.
public addContact ( Sulu\Component\Contact\Model\ContactInterface $contacts ) : Fax
$contacts Sulu\Component\Contact\Model\ContactInterface
리턴 Fax

getAccounts() 공개 메소드

Get accounts.
public getAccounts ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getContacts() 공개 메소드

Get contacts.
public getContacts ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getFax() 공개 메소드

Get fax.
public getFax ( ) : string
리턴 string

getFaxType() 공개 메소드

Get faxType.
public getFaxType ( ) : FaxType
리턴 FaxType

getId() 공개 메소드

Get id.
public getId ( ) : integer
리턴 integer

removeAccount() 공개 메소드

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

removeContact() 공개 메소드

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

setFax() 공개 메소드

Set fax.
public setFax ( string $fax ) : Fax
$fax string
리턴 Fax

setFaxType() 공개 메소드

Set faxType.
public setFaxType ( FaxType $faxType ) : Fax
$faxType FaxType
리턴 Fax